#DCFF56

Color #DCFF56 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DCFF56

Tints of Honeysuckle #DCFF56

Color information

#DCFF56 (or 0xDCFF56) is unknown color: approx Honeysuckle. HEX triplet: DC, FF and 56. RGB value is (220,255,86). Sum of RGB (Red+Green+Blue) = 220+255+86=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 86 (33.98% from 255 or 15.33% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF56 is #2300A9. Grayscale: #E1E1E1. Windows color (decimal): -2293930 or 5701596. OLE color: 5701596.

HSL color Cylindrical-coordinate representation of color #DCFF56: hue angle of 72.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCFF56 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB22025586-
CMYK0.1400.660
HSL72.43º100%66.86%-
HSV(B)72.43º66.27%100%-
XYZ66.9587.4122.15-
YUV225.2749.4124.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 15.33%
R=39.22%
G=45.45%
B=15.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal220255860.1400.66072.4310066.86
HexDCFF56E0420486443
Octal3343771261601020110144103
Binary110111001111111110101101110010000100100100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF56; }

 p { color: rgb(220,255,86); }

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

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

 a { background-color: rgb(220,255,86); }

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

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

 span { border-color: rgb(220,255,86); }

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