#50B91C

Color #50B91C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50B91C

Tints of Kelly Green #50B91C

Color information

#50B91C (or 0x50B91C) is unknown color: approx Kelly Green. HEX triplet: 50, B9 and 1C. RGB value is (80,185,28). Sum of RGB (Red+Green+Blue) = 80+185+28=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #50B91C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B91C is #AF46E3. Grayscale: #888888. Windows color (decimal): -11486948 or 1882448. OLE color: 1882448.

HSL color Cylindrical-coordinate representation of color #50B91C: hue angle of 100.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50B91C is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB8018528-
CMYK0.5700.850.27
HSL100.13º73.71%41.76%-
HSV(B)100.13º84.86%72.55%-
XYZ20.8736.497.04-
YUV135.7167.2188.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 185 (72.66% from 255) = 63.14%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=27.30%
G=63.14%
B=9.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80185280.5700.850.27100.1373.7141.76
Hex50B91C390551B644a2a
Octal120271347101253314411252
Binary10100001011100111100111001010101011101111001001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,28); }

 H1.HeaderClassName
 {
   color: #50B91C;
 }
 .AnyTagClassName
 {
   color: #50B91C;
 }
</style>
background-color css

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

 a { background-color: rgb(80,185,28); }

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

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

 span { border-color: rgb(80,185,28); }

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