#56b50f

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

Shades of Kelly Green #56B50F

Tints of Kelly Green #56B50F

Color information

#56B50F (or 0x56B50F) is unknown color: approx Kelly Green. HEX triplet: 56, B5 and 0F. RGB value is (86,181,15). Sum of RGB (Red+Green+Blue) = 86+181+15=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #56B50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56B50F is #A94AF0. Grayscale: #868686. Windows color (decimal): -11094769 or 1029462. OLE color: 1029462.

HSL color Cylindrical-coordinate representation of color #56B50F: hue angle of 94.34º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56B50F is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB8618115-
CMYK0.5200.920.29
HSL94.34º84.69%38.43%-
HSV(B)94.34º91.71%70.98%-
XYZ20.4535.066.14-
YUV133.6761.0394-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 181 (71.09% from 255) = 64.18%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=30.50%
G=64.18%
B=5.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86181150.5200.920.2994.3484.6938.43
Hex56B5F3405C1D5e5526
Octal126265176401343513612546
Binary1010110101101011111110100010111001110110111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b50f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56b50f; }

 p { color: rgb(86,181,15); }

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

<style>
 a { background-color: #56b50f; }

 a { background-color: rgb(86,181,15); }

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

<style>
 span { border-color: #56b50f; }

 span { border-color: rgb(86,181,15); }

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