Html Css Color HEX #50AF09 Kelly Green

📋 copy color: '#50AF09'

red 80 ◦ green 175 ◦ blue 9

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

Shades of Kelly Green #50AF09

Tints of Kelly Green #50AF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 30.3%
G = 66.29%
B = 3.41%

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

#50AF09 (or 0x50AF09) is known color: Kelly Green. HEX triplet: 50, AF and 09. RGB value is (80,175,9). Sum of RGB (Red+Green+Blue) = 80+175+9=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF09 is #AF50F6. Grayscale: #808080. Windows color (decimal): -11489527 or 634704. OLE color: 634704.

HSL color Cylindrical-coordinate representation of color #50AF09: hue angle of 94.34º degrees, saturation: 0.9, 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 #50AF09 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 9 -
CMYK 0.54 0 0.95 0.31
HSL 94.34º 0.9% 0.36% -
HSV(B) 94.34º 0.95% 0.69% -
XYZ 18.69 32.39 5.52 -
YUV 127.67 61.03 94 -
System Red Green Blue C M Y K H S L
Decimal 80 175 9 0.54 0 0.95 0.31 94.34 0.9 0.36
Hex 50 AF 9 36 0 5F 1F 5E 5A 24
Octal 120 257 11 66 0 137 37 136 132 44
Binary 1010000 10101111 1001 110110 0 1011111 11111 1011110 1011010 100100

Color Harmonies of #50AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF09

Black with #50AF09

Text Example


Text Example

White with #50AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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