#DAF554

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

Shades of Honeysuckle #DAF554

Tints of Honeysuckle #DAF554

Color information

#DAF554 (or 0xDAF554) is unknown color: approx Honeysuckle. HEX triplet: DA, F5 and 54. RGB value is (218,245,84). Sum of RGB (Red+Green+Blue) = 218+245+84=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF554 is #250AAB. Grayscale: #DBDBDB. Windows color (decimal): -2427564 or 5567962. OLE color: 5567962.

HSL color Cylindrical-coordinate representation of color #DAF554: hue angle of 70.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAF554 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB21824584-
CMYK0.1100.660.04
HSL70.06º88.95%64.51%-
HSV(B)70.06º65.71%96.08%-
XYZ63.1780.8520.66-
YUV218.5752.05127.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 245 (96.09% from 255) = 44.79%
BLUE value IS 84 (33.20% from 255) = 15.36%
R=39.85%
G=44.79%
B=15.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal218245840.1100.660.0470.0688.9564.51
HexDAF554B0424465941
Octal3323651241301024106131101
Binary11011010111101011010100101101000010100100011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF554; }

 p { color: rgb(218,245,84); }

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

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

 a { background-color: rgb(218,245,84); }

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

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

 span { border-color: rgb(218,245,84); }

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