Html Css Color HEX #DAEC76 Mindaro

📋 copy color: '#DAEC76'

red 218 ◦ green 236 ◦ blue 118

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

Shades of Mindaro #DAEC76

Tints of Mindaro #DAEC76

RGB

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

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

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

R = 38.11%
G = 41.26%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#DAEC76 (or 0xDAEC76) is known color: Mindaro. HEX triplet: DA, EC and 76. RGB value is (218,236,118). Sum of RGB (Red+Green+Blue) = 218+236+118=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC76 is #251389. Grayscale: #D9D9D9. Windows color (decimal): -2429834 or 7793882. OLE color: 7793882.

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

Color convert

RGB 218 236 118 -
CMYK 0.08 0 0.5 0.07
HSL 69.15º 0.76% 0.69% -
HSV(B) 69.15º 0.5% 0.93% -
XYZ 62.18 76.2 28.57 -
YUV 217.17 72.04 128.59 -
System Red Green Blue C M Y K H S L
Decimal 218 236 118 0.08 0 0.5 0.07 69.15 0.76 0.69
Hex DA EC 76 8 0 32 7 45 4C 45
Octal 332 354 166 10 0 62 7 105 114 105
Binary 11011010 11101100 1110110 1000 0 110010 111 1000101 1001100 1000101

Color Harmonies of #DAEC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC76

Black with #DAEC76

Text Example


Text Example

White with #DAEC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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