Html Css Color HEX #50AC08 Kelly Green

📋 copy color: '#50AC08'

red 80 ◦ green 172 ◦ blue 8

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

Shades of Kelly Green #50AC08

Tints of Kelly Green #50AC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 66.15%

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

R = 30.77%
G = 66.15%
B = 3.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#50AC08 (or 0x50AC08) is known color: Kelly Green. HEX triplet: 50, AC and 08. RGB value is (80,172,8). Sum of RGB (Red+Green+Blue) = 80+172+8=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC08 is #AF53F7. Grayscale: #7E7E7E. Windows color (decimal): -11490296 or 568400. OLE color: 568400.

HSL color Cylindrical-coordinate representation of color #50AC08: hue angle of 93.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50AC08 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 8 -
CMYK 0.53 0 0.95 0.33
HSL 93.66º 0.91% 0.35% -
HSV(B) 93.66º 0.95% 0.67% -
XYZ 18.1 31.23 5.3 -
YUV 125.8 61.52 95.34 -
System Red Green Blue C M Y K H S L
Decimal 80 172 8 0.53 0 0.95 0.33 93.66 0.91 0.35
Hex 50 AC 8 35 0 5F 21 5E 5B 23
Octal 120 254 10 65 0 137 41 136 133 43
Binary 1010000 10101100 1000 110101 0 1011111 100001 1011110 1011011 100011

Color Harmonies of #50AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC08

Black with #50AC08

Text Example


Text Example

White with #50AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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