Html Css Color HEX #DAFA52 Honeysuckle

📋 copy color: '#DAFA52'

red 218 ◦ green 250 ◦ blue 82

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

Shades of Honeysuckle #DAFA52

Tints of Honeysuckle #DAFA52

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.45%

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

R = 39.64%
G = 45.45%
B = 14.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#DAFA52 (or 0xDAFA52) is known color: Honeysuckle. HEX triplet: DA, FA and 52. RGB value is (218,250,82). Sum of RGB (Red+Green+Blue) = 218+250+82=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA52 is #2505AD. Grayscale: #DDDDDD. Windows color (decimal): -2426286 or 5438170. OLE color: 5438170.

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

Color convert

RGB 218 250 82 -
CMYK 0.13 0 0.67 0.02
HSL 71.43º 0.94% 0.65% -
HSV(B) 71.43º 0.67% 0.98% -
XYZ 64.62 83.89 20.77 -
YUV 221.28 49.4 125.66 -
System Red Green Blue C M Y K H S L
Decimal 218 250 82 0.13 0 0.67 0.02 71.43 0.94 0.65
Hex DA FA 52 D 0 43 2 47 5E 41
Octal 332 372 122 15 0 103 2 107 136 101
Binary 11011010 11111010 1010010 1101 0 1000011 10 1000111 1011110 1000001

Color Harmonies of #DAFA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA52

Black with #DAFA52

Text Example


Text Example

White with #DAFA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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