Html Css Color HEX #DAEC86 Mindaro

📋 copy color: '#DAEC86'

red 218 ◦ green 236 ◦ blue 134

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

Shades of Mindaro #DAEC86

Tints of Mindaro #DAEC86

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 134 (52.73% from 255) = 22.79%

R = 37.07%
G = 40.14%
B = 22.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#DAEC86 (or 0xDAEC86) is known color: Mindaro. HEX triplet: DA, EC and 86. RGB value is (218,236,134). Sum of RGB (Red+Green+Blue) = 218+236+134=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC86 is #251379. Grayscale: #DBDBDB. Windows color (decimal): -2429818 or 8842458. OLE color: 8842458.

HSL color Cylindrical-coordinate representation of color #DAEC86: hue angle of 70.59º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAEC86 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 236 134 -
CMYK 0.08 0 0.43 0.07
HSL 70.59º 0.73% 0.73% -
HSV(B) 70.59º 0.43% 0.93% -
XYZ 63.21 76.62 34.01 -
YUV 218.99 80.04 127.29 -
System Red Green Blue C M Y K H S L
Decimal 218 236 134 0.08 0 0.43 0.07 70.59 0.73 0.73
Hex DA EC 86 8 0 2B 7 47 49 49
Octal 332 354 206 10 0 53 7 107 111 111
Binary 11011010 11101100 10000110 1000 0 101011 111 1000111 1001001 1001001

Color Harmonies of #DAEC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC86

Black with #DAEC86

Text Example


Text Example

White with #DAEC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC86; }

 p { color: rgb(218,236,134); }

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

background-color css

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

 a { background-color: rgb(218,236,134); }

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

border-color css

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

 span { border-color: rgb(218,236,134); }

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