Html Css Color HEX #DAEC6D Mindaro

📋 copy color: '#DAEC6D'

red 218 ◦ green 236 ◦ blue 109

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

Shades of Mindaro #DAEC6D

Tints of Mindaro #DAEC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.36%

R = 38.72%
G = 41.92%
B = 19.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#DAEC6D (or 0xDAEC6D) is known color: Mindaro. HEX triplet: DA, EC and 6D. RGB value is (218,236,109). Sum of RGB (Red+Green+Blue) = 218+236+109=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC6D is #251392. Grayscale: #D8D8D8. Windows color (decimal): -2429843 or 7204058. OLE color: 7204058.

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

Color convert

RGB 218 236 109 -
CMYK 0.08 0 0.54 0.07
HSL 68.5º 0.77% 0.68% -
HSV(B) 68.5º 0.54% 0.93% -
XYZ 61.67 76 25.89 -
YUV 216.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 218 236 109 0.08 0 0.54 0.07 68.5 0.77 0.68
Hex DA EC 6D 8 0 36 7 45 4D 44
Octal 332 354 155 10 0 66 7 105 115 104
Binary 11011010 11101100 1101101 1000 0 110110 111 1000101 1001101 1000100

Color Harmonies of #DAEC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC6D

Black with #DAEC6D

Text Example


Text Example

White with #DAEC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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