#DEFF60

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

Shades of Honeysuckle #DEFF60

Tints of Honeysuckle #DEFF60

Color information

#DEFF60 (or 0xDEFF60) is unknown color: approx Honeysuckle. HEX triplet: DE, FF and 60. RGB value is (222,255,96). Sum of RGB (Red+Green+Blue) = 222+255+96=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF60 is #21009F. Grayscale: #E3E3E3. Windows color (decimal): -2162848 or 6356958. OLE color: 6356958.

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

Color convert

RGB22225596-
CMYK0.1300.620
HSL72.45º100%68.82%-
HSV(B)72.45º62.35%100%-
XYZ6887.8924.45-
YUV227.0154.07124.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 96 (37.89% from 255) = 16.75%
R=38.74%
G=44.50%
B=16.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222255960.1300.62072.4510068.82
HexDEFF60D03E0486445
Octal336377140150760110144105
Binary11011110111111111100000110101111100100100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF60; }

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

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

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

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

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

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

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

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