#DEFF55

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

Shades of Honeysuckle #DEFF55

Tints of Honeysuckle #DEFF55

Color information

#DEFF55 (or 0xDEFF55) is unknown color: approx Honeysuckle. HEX triplet: DE, FF and 55. RGB value is (222,255,85). Sum of RGB (Red+Green+Blue) = 222+255+85=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF55 is #2100AA. Grayscale: #E2E2E2. Windows color (decimal): -2162859 or 5636062. OLE color: 5636062.

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

Color convert

RGB22225585-
CMYK0.1300.670
HSL71.65º100%66.67%-
HSV(B)71.65º66.67%100%-
XYZ67.5287.7121.96-
YUV225.7548.57125.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 85 (33.59% from 255) = 15.12%
R=39.50%
G=45.37%
B=15.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222255850.1300.67071.6510066.67
HexDEFF55D0430486443
Octal3363771251501030110144103
Binary110111101111111110101011101010000110100100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF55; }

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

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

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

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

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

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

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

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