Html Css Color HEX #DAEC7C Mindaro

📋 copy color: '#DAEC7C'

red 218 ◦ green 236 ◦ blue 124

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

Shades of Mindaro #DAEC7C

Tints of Mindaro #DAEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.45%

R = 37.72%
G = 40.83%
B = 21.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#DAEC7C (or 0xDAEC7C) is known color: Mindaro. HEX triplet: DA, EC and 7C. RGB value is (218,236,124). Sum of RGB (Red+Green+Blue) = 218+236+124=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC7C is #251383. Grayscale: #DADADA. Windows color (decimal): -2429828 or 8187098. OLE color: 8187098.

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

Color convert

RGB 218 236 124 -
CMYK 0.08 0 0.47 0.07
HSL 69.64º 0.75% 0.71% -
HSV(B) 69.64º 0.47% 0.93% -
XYZ 62.55 76.35 30.51 -
YUV 217.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 218 236 124 0.08 0 0.47 0.07 69.64 0.75 0.71
Hex DA EC 7C 8 0 2F 7 46 4B 47
Octal 332 354 174 10 0 57 7 106 113 107
Binary 11011010 11101100 1111100 1000 0 101111 111 1000110 1001011 1000111

Color Harmonies of #DAEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC7C

Black with #DAEC7C

Text Example


Text Example

White with #DAEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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