Html Css Color HEX #DAEC7D Mindaro

📋 copy color: '#DAEC7D'

red 218 ◦ green 236 ◦ blue 125

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

Shades of Mindaro #DAEC7D

Tints of Mindaro #DAEC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.59%

R = 37.65%
G = 40.76%
B = 21.59%

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

#DAEC7D (or 0xDAEC7D) is known color: Mindaro. HEX triplet: DA, EC and 7D. RGB value is (218,236,125). Sum of RGB (Red+Green+Blue) = 218+236+125=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC7D is #251382. Grayscale: #DADADA. Windows color (decimal): -2429827 or 8252634. OLE color: 8252634.

HSL color Cylindrical-coordinate representation of color #DAEC7D: hue angle of 69.73º degrees, saturation: 0.74, 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 #DAEC7D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 236 125 -
CMYK 0.08 0 0.47 0.07
HSL 69.73º 0.74% 0.71% -
HSV(B) 69.73º 0.47% 0.93% -
XYZ 62.61 76.38 30.84 -
YUV 217.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 218 236 125 0.08 0 0.47 0.07 69.73 0.74 0.71
Hex DA EC 7D 8 0 2F 7 46 4A 47
Octal 332 354 175 10 0 57 7 106 112 107
Binary 11011010 11101100 1111101 1000 0 101111 111 1000110 1001010 1000111

Color Harmonies of #DAEC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC7D

Black with #DAEC7D

Text Example


Text Example

White with #DAEC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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