#DEFF56

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

Shades of Honeysuckle #DEFF56

Tints of Honeysuckle #DEFF56

Color information

#DEFF56 (or 0xDEFF56) is unknown color: approx Honeysuckle. HEX triplet: DE, FF and 56. RGB value is (222,255,86). Sum of RGB (Red+Green+Blue) = 222+255+86=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 86 (33.98% from 255 or 15.28% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF56 is #2100A9. Grayscale: #E2E2E2. Windows color (decimal): -2162858 or 5701598. OLE color: 5701598.

HSL color Cylindrical-coordinate representation of color #DEFF56: hue angle of 71.72º 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 #DEFF56 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB22225586-
CMYK0.1300.660
HSL71.72º100%66.86%-
HSV(B)71.72º66.27%100%-
XYZ67.5687.7222.18-
YUV225.8749.07125.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 86 (33.98% from 255) = 15.28%
R=39.43%
G=45.29%
B=15.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222255860.1300.66071.7210066.86
HexDEFF56D0420486443
Octal3363771261501020110144103
Binary110111101111111110101101101010000100100100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF56; }

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

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

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

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

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

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

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

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