#DEFF49

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

Shades of Honeysuckle #DEFF49

Tints of Honeysuckle #DEFF49

Color information

#DEFF49 (or 0xDEFF49) is unknown color: approx Honeysuckle. HEX triplet: DE, FF and 49. RGB value is (222,255,73). Sum of RGB (Red+Green+Blue) = 222+255+73=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF49 is #2100B6. Grayscale: #E1E1E1. Windows color (decimal): -2162871 or 4849630. OLE color: 4849630.

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

Color convert

RGB22225573-
CMYK0.1300.710
HSL70.88º100%64.31%-
HSV(B)70.88º71.37%100%-
XYZ67.0987.5319.66-
YUV224.3842.57126.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 73 (28.91% from 255) = 13.27%
R=40.36%
G=46.36%
B=13.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222255730.1300.71070.8810064.31
HexDEFF49D0470476440
Octal3363771111501070107144100
Binary110111101111111110010011101010001110100011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF49; }

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

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

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

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

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

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

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

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