#50B521

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

Shades of Kelly Green #50B521

Tints of Kelly Green #50B521

Color information

#50B521 (or 0x50B521) is unknown color: approx Kelly Green. HEX triplet: 50, B5 and 21. RGB value is (80,181,33). Sum of RGB (Red+Green+Blue) = 80+181+33=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #50B521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B521 is #AF4ADE. Grayscale: #868686. Windows color (decimal): -11487967 or 2209104. OLE color: 2209104.

HSL color Cylindrical-coordinate representation of color #50B521: hue angle of 100.95º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50B521 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB8018133-
CMYK0.5600.820.29
HSL100.95º69.16%41.96%-
HSV(B)100.95º81.77%70.98%-
XYZ20.1134.867.11-
YUV133.9371.0489.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 181 (71.09% from 255) = 61.56%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=27.21%
G=61.56%
B=11.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181330.5600.820.29100.9569.1641.96
Hex50B521380521D65452a
Octal120265417001223514510552
Binary101000010110101100001111000010100101110111001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,33); }

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

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

 a { background-color: rgb(80,181,33); }

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

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

 span { border-color: rgb(80,181,33); }

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