Html Css Color HEX #DAEC6F Mindaro

📋 copy color: '#DAEC6F'

red 218 ◦ green 236 ◦ blue 111

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

Shades of Mindaro #DAEC6F

Tints of Mindaro #DAEC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 38.58%
G = 41.77%
B = 19.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DAEC6F (or 0xDAEC6F) is known color: Mindaro. HEX triplet: DA, EC and 6F. RGB value is (218,236,111). Sum of RGB (Red+Green+Blue) = 218+236+111=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC6F is #251390. Grayscale: #D8D8D8. Windows color (decimal): -2429841 or 7335130. OLE color: 7335130.

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

Color convert

RGB 218 236 111 -
CMYK 0.08 0 0.53 0.07
HSL 68.64º 0.77% 0.68% -
HSV(B) 68.64º 0.53% 0.93% -
XYZ 61.78 76.04 26.46 -
YUV 216.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 218 236 111 0.08 0 0.53 0.07 68.64 0.77 0.68
Hex DA EC 6F 8 0 35 7 45 4D 44
Octal 332 354 157 10 0 65 7 105 115 104
Binary 11011010 11101100 1101111 1000 0 110101 111 1000101 1001101 1000100

Color Harmonies of #DAEC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC6F

Black with #DAEC6F

Text Example


Text Example

White with #DAEC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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