Html Css Color HEX #56B014 Kelly Green

📋 copy color: '#56B014'

red 86 ◦ green 176 ◦ blue 20

#56B014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #56B014

Tints of Kelly Green #56B014

RGB

 RED value IS 86 (33.98% from 255) = 30.5%

 GREEN value IS 176 (69.14% from 255) = 62.41%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 30.5%
G = 62.41%
B = 7.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#56B014 (or 0x56B014) is known color: Kelly Green. HEX triplet: 56, B0 and 14. RGB value is (86,176,20). Sum of RGB (Red+Green+Blue) = 86+176+20=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #56B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56B014 is #A94FEB. Grayscale: #838383. Windows color (decimal): -11096044 or 1355862. OLE color: 1355862.

HSL color Cylindrical-coordinate representation of color #56B014: hue angle of 94.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56B014 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 176 20 -
CMYK 0.51 0 0.89 0.31
HSL 94.62º 0.8% 0.38% -
HSV(B) 94.62º 0.89% 0.69% -
XYZ 19.49 33.08 6.02 -
YUV 131.31 65.18 95.68 -
System Red Green Blue C M Y K H S L
Decimal 86 176 20 0.51 0 0.89 0.31 94.62 0.8 0.38
Hex 56 B0 14 33 0 59 1F 5F 50 26
Octal 126 260 24 63 0 131 37 137 120 46
Binary 1010110 10110000 10100 110011 0 1011001 11111 1011111 1010000 100110

Color Harmonies of #56B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B014

Black with #56B014

Text Example


Text Example

White with #56B014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,176,20); }

 H1.HeaderClassName
 {
   color: #56B014;
 }
 .AnyTagClassName
 {
   color: #56B014;
 }
</style>

background-color css

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

 a { background-color: rgb(86,176,20); }

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

border-color css

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

 span { border-color: rgb(86,176,20); }

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