#DAFF56

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

Shades of Honeysuckle #DAFF56

Tints of Honeysuckle #DAFF56

Color information

#DAFF56 (or 0xDAFF56) is unknown color: approx Honeysuckle. HEX triplet: DA, FF and 56. RGB value is (218,255,86). Sum of RGB (Red+Green+Blue) = 218+255+86=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF56 is #2500A9. Grayscale: #E1E1E1. Windows color (decimal): -2425002 or 5701594. OLE color: 5701594.

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

Color convert

RGB21825586-
CMYK0.1500.660
HSL73.14º100%66.86%-
HSV(B)73.14º66.27%100%-
XYZ66.3587.122.12-
YUV224.6749.74123.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 86 (33.98% from 255) = 15.38%
R=39.00%
G=45.62%
B=15.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218255860.1500.66073.1410066.86
HexDAFF56F0420496443
Octal3323771261701020111144103
Binary110110101111111110101101111010000100100100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF56; }

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

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

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

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

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

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

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

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