#56BD1A

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

Shades of Kelly Green #56BD1A

Tints of Kelly Green #56BD1A

Color information

#56BD1A (or 0x56BD1A) is unknown color: approx Kelly Green. HEX triplet: 56, BD and 1A. RGB value is (86,189,26). Sum of RGB (Red+Green+Blue) = 86+189+26=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BD1A is #A942E5. Grayscale: #8C8C8C. Windows color (decimal): -11092710 or 1752406. OLE color: 1752406.

HSL color Cylindrical-coordinate representation of color #56BD1A: hue angle of 97.91º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56BD1A is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB8618926-
CMYK0.5400.860.26
HSL97.91º75.81%42.16%-
HSV(B)97.91º86.24%74.12%-
XYZ22.2238.457.23-
YUV139.6263.8889.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 189 (74.22% from 255) = 62.79%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=28.57%
G=62.79%
B=8.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86189260.5400.860.2697.9175.8142.16
Hex56BD1A360561A624c2a
Octal126275326601263214211452
Binary10101101011110111010110110010101101101011000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,189,26); }

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

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

 a { background-color: rgb(86,189,26); }

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

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

 span { border-color: rgb(86,189,26); }

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