#56BF0B

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

Shades of Kelly Green #56BF0B

Tints of Kelly Green #56BF0B

Color information

#56BF0B (or 0x56BF0B) is unknown color: approx Kelly Green. HEX triplet: 56, BF and 0B. RGB value is (86,191,11). Sum of RGB (Red+Green+Blue) = 86+191+11=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BF0B is #A940F4. Grayscale: #8B8B8B. Windows color (decimal): -11092213 or 769878. OLE color: 769878.

HSL color Cylindrical-coordinate representation of color #56BF0B: hue angle of 95º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56BF0B is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB8619111-
CMYK0.5500.940.25
HSL95º89.11%39.61%-
HSV(B)95º94.24%74.9%-
XYZ22.5339.266.71-
YUV139.0855.7190.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 191 (75% from 255) = 66.32%
BLUE value IS 11 (4.69% from 255) = 3.82%
R=29.86%
G=66.32%
B=3.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86191110.5500.940.259589.1139.61
Hex56BFB3705E195f5928
Octal126277136701363113713150
Binary1010110101111111011110111010111101100110111111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,191,11); }

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

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

 a { background-color: rgb(86,191,11); }

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

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

 span { border-color: rgb(86,191,11); }

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