#50B81C

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

Shades of Kelly Green #50B81C

Tints of Kelly Green #50B81C

Color information

#50B81C (or 0x50B81C) is unknown color: approx Kelly Green. HEX triplet: 50, B8 and 1C. RGB value is (80,184,28). Sum of RGB (Red+Green+Blue) = 80+184+28=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #50B81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B81C is #AF47E3. Grayscale: #878787. Windows color (decimal): -11487204 or 1882192. OLE color: 1882192.

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

Color convert

RGB8018428-
CMYK0.5700.850.28
HSL100º73.58%41.57%-
HSV(B)100º84.78%72.16%-
XYZ20.6636.076.97-
YUV135.1267.5488.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 184 (72.27% from 255) = 63.01%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=27.40%
G=63.01%
B=9.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80184280.5700.850.2810073.5841.57
Hex50B81C390551C644a2a
Octal120270347101253414411252
Binary10100001011100011100111001010101011110011001001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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