#50B528

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

Shades of Kelly Green #50B528

Tints of Kelly Green #50B528

Color information

#50B528 (or 0x50B528) is unknown color: approx Kelly Green. HEX triplet: 50, B5 and 28. RGB value is (80,181,40). Sum of RGB (Red+Green+Blue) = 80+181+40=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #50B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B528 is #AF4AD7. Grayscale: #878787. Windows color (decimal): -11487960 or 2667856. OLE color: 2667856.

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

Color convert

RGB8018140-
CMYK0.5600.780.29
HSL102.98º63.8%43.33%-
HSV(B)102.98º77.9%70.98%-
XYZ20.2234.917.68-
YUV134.7374.5488.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 181 (71.09% from 255) = 60.13%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=26.58%
G=60.13%
B=13.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181400.5600.780.29102.9863.843.33
Hex50B5283804E1D67402b
Octal120265507001163514710053
Binary101000010110101101000111000010011101110111001111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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