Html Css Color HEX #50A60C Kelly Green

📋 copy color: '#50A60C'

red 80 ◦ green 166 ◦ blue 12

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

Shades of Kelly Green #50A60C

Tints of Kelly Green #50A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 64.34%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 31.01%
G = 64.34%
B = 4.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#50A60C (or 0x50A60C) is known color: Kelly Green. HEX triplet: 50, A6 and 0C. RGB value is (80,166,12). Sum of RGB (Red+Green+Blue) = 80+166+12=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 166 (65.23% from 255 or 64.34% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 166 - color contains mainly: green. Hex color #50A60C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A60C is #AF59F3. Grayscale: #7B7B7B. Windows color (decimal): -11491828 or 829008. OLE color: 829008.

HSL color Cylindrical-coordinate representation of color #50A60C: hue angle of 93.51º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50A60C is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 12 -
CMYK 0.52 0 0.93 0.35
HSL 93.51º 0.87% 0.35% -
HSV(B) 93.51º 0.93% 0.65% -
XYZ 17.01 29 5.05 -
YUV 122.73 65.51 97.52 -
System Red Green Blue C M Y K H S L
Decimal 80 166 12 0.52 0 0.93 0.35 93.51 0.87 0.35
Hex 50 A6 C 34 0 5D 23 5E 57 23
Octal 120 246 14 64 0 135 43 136 127 43
Binary 1010000 10100110 1100 110100 0 1011101 100011 1011110 1010111 100011

Color Harmonies of #50A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A60C

Black with #50A60C

Text Example


Text Example

White with #50A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,12); }

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

background-color css

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

 a { background-color: rgb(80,166,12); }

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

border-color css

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

 span { border-color: rgb(80,166,12); }

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