#DAF34F

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

Shades of Honeysuckle #DAF34F

Tints of Honeysuckle #DAF34F

Color information

#DAF34F (or 0xDAF34F) is unknown color: approx Honeysuckle. HEX triplet: DA, F3 and 4F. RGB value is (218,243,79). Sum of RGB (Red+Green+Blue) = 218+243+79=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF34F is #250CB0. Grayscale: #D9D9D9. Windows color (decimal): -2428081 or 5239770. OLE color: 5239770.

HSL color Cylindrical-coordinate representation of color #DAF34F: hue angle of 69.15º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAF34F is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB21824379-
CMYK0.1000.670.05
HSL69.15º87.23%63.14%-
HSV(B)69.15º67.49%95.29%-
XYZ62.3879.5719.47-
YUV216.8350.22128.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 79 (31.25% from 255) = 14.63%
R=40.37%
G=45%
B=14.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218243790.1000.670.0569.1587.2363.14
HexDAF34FA043545573f
Octal332363117120103510512777
Binary1101101011110011100111110100100001110110001011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF34F; }

 p { color: rgb(218,243,79); }

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

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

 a { background-color: rgb(218,243,79); }

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

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

 span { border-color: rgb(218,243,79); }

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