Html Css Color HEX #50BA04 Kelly Green

📋 copy color: '#50BA04'

red 80 ◦ green 186 ◦ blue 4

#50BA04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #50BA04

Tints of Kelly Green #50BA04

RGB

 RED value IS 80 (31.64% from 255) = 29.63%

 GREEN value IS 186 (73.05% from 255) = 68.89%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 29.63%
G = 68.89%
B = 1.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#50BA04 (or 0x50BA04) is known color: Kelly Green. HEX triplet: 50, BA and 04. RGB value is (80,186,4). Sum of RGB (Red+Green+Blue) = 80+186+4=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA04 is #AF45FB. Grayscale: #868686. Windows color (decimal): -11486716 or 309840. OLE color: 309840.

HSL color Cylindrical-coordinate representation of color #50BA04: hue angle of 94.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50BA04 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 4 -
CMYK 0.57 0 0.98 0.27
HSL 94.95º 0.96% 0.37% -
HSV(B) 94.95º 0.98% 0.73% -
XYZ 20.89 36.83 6.12 -
YUV 133.56 54.88 89.8 -
System Red Green Blue C M Y K H S L
Decimal 80 186 4 0.57 0 0.98 0.27 94.95 0.96 0.37
Hex 50 BA 4 39 0 62 1B 5F 60 25
Octal 120 272 4 71 0 142 33 137 140 45
Binary 1010000 10111010 100 111001 0 1100010 11011 1011111 1100000 100101

Color Harmonies of #50BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA04

Black with #50BA04

Text Example


Text Example

White with #50BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50BA04; }

 p { color: rgb(80,186,4); }

 H1.HeaderClassName
 {
   color: #50BA04;
 }
 .AnyTagClassName
 {
   color: #50BA04;
 }
</style>

background-color css

<style>
 a { background-color: #50BA04; }

 a { background-color: rgb(80,186,4); }

 div.DivClassName
 {
   background-color: #50BA04;
 }
 .BgClassName
 {
   background-color: #50BA04;
 }
</style>

border-color css

<style>
 span { border-color: #50BA04; }

 span { border-color: rgb(80,186,4); }

 td.TdClassName
 {
   border-color: #50BA04;
 }
 .TagClassName
 {
   border-color: #50BA04;
 }
</style>