Html Css Color HEX #DAE578 Mindaro

📋 copy color: '#DAE578'

red 218 ◦ green 229 ◦ blue 120

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

Shades of Mindaro #DAE578

Tints of Mindaro #DAE578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.16%

R = 38.45%
G = 40.39%
B = 21.16%

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

#DAE578 (or 0xDAE578) is known color: Mindaro. HEX triplet: DA, E5 and 78. RGB value is (218,229,120). Sum of RGB (Red+Green+Blue) = 218+229+120=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE578 is #251A87. Grayscale: #D5D5D5. Windows color (decimal): -2431624 or 7923162. OLE color: 7923162.

HSL color Cylindrical-coordinate representation of color #DAE578: hue angle of 66.06º 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 #DAE578 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 120 -
CMYK 0.05 0 0.48 0.10
HSL 66.06º 0.68% 0.68% -
HSV(B) 66.06º 0.48% 0.9% -
XYZ 60.32 72.3 28.55 -
YUV 213.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 218 229 120 0.05 0 0.48 0.10 66.06 0.68 0.68
Hex DA E5 78 5 0 30 A 42 44 44
Octal 332 345 170 5 0 60 12 102 104 104
Binary 11011010 11100101 1111000 101 0 110000 1010 1000010 1000100 1000100

Color Harmonies of #DAE578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE578

Black with #DAE578

Text Example


Text Example

White with #DAE578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE578; }

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

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

background-color css

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

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

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

border-color css

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

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

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