Html Css Color HEX #DAEC6A Mindaro

📋 copy color: '#DAEC6A'

red 218 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #DAEC6A

Tints of Mindaro #DAEC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.93%

R = 38.93%
G = 42.14%
B = 18.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DAEC6A (or 0xDAEC6A) is known color: Mindaro. HEX triplet: DA, EC and 6A. RGB value is (218,236,106). Sum of RGB (Red+Green+Blue) = 218+236+106=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC6A is #251395. Grayscale: #D8D8D8. Windows color (decimal): -2429846 or 7007450. OLE color: 7007450.

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

Color convert

RGB 218 236 106 -
CMYK 0.08 0 0.55 0.07
HSL 68.31º 0.77% 0.67% -
HSV(B) 68.31º 0.55% 0.93% -
XYZ 61.51 75.94 25.05 -
YUV 215.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 218 236 106 0.08 0 0.55 0.07 68.31 0.77 0.67
Hex DA EC 6A 8 0 37 7 44 4D 43
Octal 332 354 152 10 0 67 7 104 115 103
Binary 11011010 11101100 1101010 1000 0 110111 111 1000100 1001101 1000011

Color Harmonies of #DAEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC6A

Black with #DAEC6A

Text Example


Text Example

White with #DAEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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