Html Css Color HEX #50A412 Kelly Green

📋 copy color: '#50A412'

red 80 ◦ green 164 ◦ blue 18

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

Shades of Kelly Green #50A412

Tints of Kelly Green #50A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 62.6%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 30.53%
G = 62.6%
B = 6.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#50A412 (or 0x50A412) is known color: Kelly Green. HEX triplet: 50, A4 and 12. RGB value is (80,164,18). Sum of RGB (Red+Green+Blue) = 80+164+18=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #50A412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A412 is #AF5BED. Grayscale: #7A7A7A. Windows color (decimal): -11492334 or 1221712. OLE color: 1221712.

HSL color Cylindrical-coordinate representation of color #50A412: hue angle of 94.52º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50A412 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 18 -
CMYK 0.51 0 0.89 0.36
HSL 94.52º 0.8% 0.36% -
HSV(B) 94.52º 0.89% 0.64% -
XYZ 16.69 28.3 5.15 -
YUV 122.24 69.17 97.87 -
System Red Green Blue C M Y K H S L
Decimal 80 164 18 0.51 0 0.89 0.36 94.52 0.8 0.36
Hex 50 A4 12 33 0 59 24 5F 50 24
Octal 120 244 22 63 0 131 44 137 120 44
Binary 1010000 10100100 10010 110011 0 1011001 100100 1011111 1010000 100100

Color Harmonies of #50A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A412

Black with #50A412

Text Example


Text Example

White with #50A412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,18); }

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

background-color css

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

 a { background-color: rgb(80,164,18); }

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

border-color css

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

 span { border-color: rgb(80,164,18); }

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