#DAF94D

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

Shades of Honeysuckle #DAF94D

Tints of Honeysuckle #DAF94D

Color information

#DAF94D (or 0xDAF94D) is unknown color: approx Honeysuckle. HEX triplet: DA, F9 and 4D. RGB value is (218,249,77). Sum of RGB (Red+Green+Blue) = 218+249+77=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF94D is #2506B2. Grayscale: #DCDCDC. Windows color (decimal): -2426547 or 5110234. OLE color: 5110234.

HSL color Cylindrical-coordinate representation of color #DAF94D: hue angle of 70.81º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF94D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB21824977-
CMYK0.1200.690.02
HSL70.81º93.48%63.92%-
HSV(B)70.81º69.08%97.65%-
XYZ64.1383.1919.7-
YUV220.1247.23126.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 77 (30.47% from 255) = 14.15%
R=40.07%
G=45.77%
B=14.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218249770.1200.690.0270.8193.4863.92
HexDAF94DC0452475d40
Octal3323711151401052107135100
Binary1101101011111001100110111000100010110100011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF94D; }

 p { color: rgb(218,249,77); }

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

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

 a { background-color: rgb(218,249,77); }

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

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

 span { border-color: rgb(218,249,77); }

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