Html Css Color HEX #DAE872 Mindaro

📋 copy color: '#DAE872'

red 218 ◦ green 232 ◦ blue 114

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

Shades of Mindaro #DAE872

Tints of Mindaro #DAE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.13%

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 38.65%
G = 41.13%
B = 20.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DAE872 (or 0xDAE872) is known color: Mindaro. HEX triplet: DA, E8 and 72. RGB value is (218,232,114). Sum of RGB (Red+Green+Blue) = 218+232+114=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE872 is #25178D. Grayscale: #D6D6D6. Windows color (decimal): -2430862 or 7530714. OLE color: 7530714.

HSL color Cylindrical-coordinate representation of color #DAE872: hue angle of 67.12º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE872 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 114 -
CMYK 0.06 0 0.51 0.09
HSL 67.12º 0.72% 0.68% -
HSV(B) 67.12º 0.51% 0.91% -
XYZ 60.81 73.83 26.97 -
YUV 214.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 218 232 114 0.06 0 0.51 0.09 67.12 0.72 0.68
Hex DA E8 72 6 0 33 9 43 48 44
Octal 332 350 162 6 0 63 11 103 110 104
Binary 11011010 11101000 1110010 110 0 110011 1001 1000011 1001000 1000100

Color Harmonies of #DAE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE872

Black with #DAE872

Text Example


Text Example

White with #DAE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE872; }

 p { color: rgb(218,232,114); }

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

background-color css

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

 a { background-color: rgb(218,232,114); }

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

border-color css

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

 span { border-color: rgb(218,232,114); }

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