Html Css Color HEX #DAE876 Mindaro

📋 copy color: '#DAE876'

red 218 ◦ green 232 ◦ blue 118

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

Shades of Mindaro #DAE876

Tints of Mindaro #DAE876

RGB

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

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

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

R = 38.38%
G = 40.85%
B = 20.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DAE876 (or 0xDAE876) is known color: Mindaro. HEX triplet: DA, E8 and 76. RGB value is (218,232,118). Sum of RGB (Red+Green+Blue) = 218+232+118=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE876 is #251789. Grayscale: #D7D7D7. Windows color (decimal): -2430858 or 7792858. OLE color: 7792858.

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

Color convert

RGB 218 232 118 -
CMYK 0.06 0 0.49 0.09
HSL 67.37º 0.71% 0.69% -
HSV(B) 67.37º 0.49% 0.91% -
XYZ 61.04 73.93 28.19 -
YUV 214.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 218 232 118 0.06 0 0.49 0.09 67.37 0.71 0.69
Hex DA E8 76 6 0 31 9 43 47 45
Octal 332 350 166 6 0 61 11 103 107 105
Binary 11011010 11101000 1110110 110 0 110001 1001 1000011 1000111 1000101

Color Harmonies of #DAE876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE876

Black with #DAE876

Text Example


Text Example

White with #DAE876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE876; }

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

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

background-color css

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

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

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

border-color css

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

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

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