Html Css Color HEX #DAEC6B Mindaro

📋 copy color: '#DAEC6B'

red 218 ◦ green 236 ◦ blue 107

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

Shades of Mindaro #DAEC6B

Tints of Mindaro #DAEC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.07%

R = 38.86%
G = 42.07%
B = 19.07%

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

#DAEC6B (or 0xDAEC6B) is known color: Mindaro. HEX triplet: DA, EC and 6B. RGB value is (218,236,107). Sum of RGB (Red+Green+Blue) = 218+236+107=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC6B is #251394. Grayscale: #D8D8D8. Windows color (decimal): -2429845 or 7072986. OLE color: 7072986.

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

Color convert

RGB 218 236 107 -
CMYK 0.08 0 0.55 0.07
HSL 68.37º 0.77% 0.67% -
HSV(B) 68.37º 0.55% 0.93% -
XYZ 61.56 75.96 25.33 -
YUV 215.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 218 236 107 0.08 0 0.55 0.07 68.37 0.77 0.67
Hex DA EC 6B 8 0 37 7 44 4D 43
Octal 332 354 153 10 0 67 7 104 115 103
Binary 11011010 11101100 1101011 1000 0 110111 111 1000100 1001101 1000011

Color Harmonies of #DAEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC6B

Black with #DAEC6B

Text Example


Text Example

White with #DAEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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