#56B70F

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

Shades of Kelly Green #56B70F

Tints of Kelly Green #56B70F

Color information

#56B70F (or 0x56B70F) is unknown color: approx Kelly Green. HEX triplet: 56, B7 and 0F. RGB value is (86,183,15). Sum of RGB (Red+Green+Blue) = 86+183+15=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #56B70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56B70F is #A948F0. Grayscale: #878787. Windows color (decimal): -11094257 or 1029974. OLE color: 1029974.

HSL color Cylindrical-coordinate representation of color #56B70F: hue angle of 94.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56B70F is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB8618315-
CMYK0.5300.920.28
HSL94.64º84.85%38.82%-
HSV(B)94.64º91.8%71.76%-
XYZ20.8635.886.28-
YUV134.8460.3693.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 183 (71.88% from 255) = 64.44%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=30.28%
G=64.44%
B=5.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86183150.5300.920.2894.6484.8538.82
Hex56B7F3505C1C5f5527
Octal126267176501343413712547
Binary1010110101101111111110101010111001110010111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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