Html Css Color HEX #DAF052 Honeysuckle

📋 copy color: '#DAF052'

red 218 ◦ green 240 ◦ blue 82

#DAF052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #DAF052

Tints of Honeysuckle #DAF052

RGB

 RED value IS 218 (85.55% from 255) = 40.37%

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 82 (32.42% from 255) = 15.19%

R = 40.37%
G = 44.44%
B = 15.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#DAF052 (or 0xDAF052) is known color: Honeysuckle. HEX triplet: DA, F0 and 52. RGB value is (218,240,82). Sum of RGB (Red+Green+Blue) = 218+240+82=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF052 is #250FAD. Grayscale: #D8D8D8. Windows color (decimal): -2428846 or 5435610. OLE color: 5435610.

HSL color Cylindrical-coordinate representation of color #DAF052: hue angle of 68.35º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAF052 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 82 -
CMYK 0.09 0 0.66 0.06
HSL 68.35º 0.84% 0.63% -
HSV(B) 68.35º 0.66% 0.94% -
XYZ 61.6 77.83 19.76 -
YUV 215.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 218 240 82 0.09 0 0.66 0.06 68.35 0.84 0.63
Hex DA F0 52 9 0 42 6 44 54 3F
Octal 332 360 122 11 0 102 6 104 124 77
Binary 11011010 11110000 1010010 1001 0 1000010 110 1000100 1010100 111111

Color Harmonies of #DAF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF052

Black with #DAF052

Text Example


Text Example

White with #DAF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF052; }

 p { color: rgb(218,240,82); }

 H1.HeaderClassName
 {
   color: #DAF052;
 }
 .AnyTagClassName
 {
   color: #DAF052;
 }
</style>

background-color css

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

 a { background-color: rgb(218,240,82); }

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

border-color css

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

 span { border-color: rgb(218,240,82); }

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