#DAFA56

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

Shades of Honeysuckle #DAFA56

Tints of Honeysuckle #DAFA56

Color information

#DAFA56 (or 0xDAFA56) is unknown color: approx Honeysuckle. HEX triplet: DA, FA and 56. RGB value is (218,250,86). Sum of RGB (Red+Green+Blue) = 218+250+86=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA56 is #2505A9. Grayscale: #DEDEDE. Windows color (decimal): -2426282 or 5700314. OLE color: 5700314.

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

Color convert

RGB21825086-
CMYK0.1300.660.02
HSL71.71º94.25%65.88%-
HSV(B)71.71º65.6%98.04%-
XYZ64.7883.9521.59-
YUV221.7451.4125.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 86 (33.98% from 255) = 15.52%
R=39.35%
G=45.13%
B=15.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218250860.1300.660.0271.7194.2565.88
HexDAFA56D0422485e42
Octal3323721261501022110136102
Binary1101101011111010101011011010100001010100100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA56; }

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

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

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

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

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

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

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

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