Html Css Color HEX #DAE576 Mindaro

📋 copy color: '#DAE576'

red 218 ◦ green 229 ◦ blue 118

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

Shades of Mindaro #DAE576

Tints of Mindaro #DAE576

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.53%

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 38.58%
G = 40.53%
B = 20.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#DAE576 (or 0xDAE576) is known color: Mindaro. HEX triplet: DA, E5 and 76. RGB value is (218,229,118). Sum of RGB (Red+Green+Blue) = 218+229+118=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE576 is #251A89. Grayscale: #D5D5D5. Windows color (decimal): -2431626 or 7792090. OLE color: 7792090.

HSL color Cylindrical-coordinate representation of color #DAE576: hue angle of 65.95º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE576 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 118 -
CMYK 0.05 0 0.48 0.10
HSL 65.95º 0.68% 0.68% -
HSV(B) 65.95º 0.48% 0.9% -
XYZ 60.2 72.25 27.91 -
YUV 213.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 218 229 118 0.05 0 0.48 0.10 65.95 0.68 0.68
Hex DA E5 76 5 0 30 A 42 44 44
Octal 332 345 166 5 0 60 12 102 104 104
Binary 11011010 11100101 1110110 101 0 110000 1010 1000010 1000100 1000100

Color Harmonies of #DAE576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE576

Black with #DAE576

Text Example


Text Example

White with #DAE576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE576; }

 p { color: rgb(218,229,118); }

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

background-color css

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

 a { background-color: rgb(218,229,118); }

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

border-color css

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

 span { border-color: rgb(218,229,118); }

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