Html Css Color HEX #50AF08 Kelly Green

📋 copy color: '#50AF08'

red 80 ◦ green 175 ◦ blue 8

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

Shades of Kelly Green #50AF08

Tints of Kelly Green #50AF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.54%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 30.42%
G = 66.54%
B = 3.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#50AF08 (or 0x50AF08) is known color: Kelly Green. HEX triplet: 50, AF and 08. RGB value is (80,175,8). Sum of RGB (Red+Green+Blue) = 80+175+8=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF08 is #AF50F7. Grayscale: #808080. Windows color (decimal): -11489528 or 569168. OLE color: 569168.

HSL color Cylindrical-coordinate representation of color #50AF08: hue angle of 94.13º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50AF08 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 8 -
CMYK 0.54 0 0.95 0.31
HSL 94.13º 0.91% 0.36% -
HSV(B) 94.13º 0.95% 0.69% -
XYZ 18.68 32.38 5.5 -
YUV 127.56 60.53 94.08 -
System Red Green Blue C M Y K H S L
Decimal 80 175 8 0.54 0 0.95 0.31 94.13 0.91 0.36
Hex 50 AF 8 36 0 5F 1F 5E 5B 24
Octal 120 257 10 66 0 137 37 136 133 44
Binary 1010000 10101111 1000 110110 0 1011111 11111 1011110 1011011 100100

Color Harmonies of #50AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF08

Black with #50AF08

Text Example


Text Example

White with #50AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,8); }

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

background-color css

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

 a { background-color: rgb(80,175,8); }

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

border-color css

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

 span { border-color: rgb(80,175,8); }

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