Html Css Color HEX #D6EC76 Mindaro

📋 copy color: '#D6EC76'

red 214 ◦ green 236 ◦ blue 118

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

Shades of Mindaro #D6EC76

Tints of Mindaro #D6EC76

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

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

 BLUE value IS 118 (46.48% from 255) = 20.77%

R = 37.68%
G = 41.55%
B = 20.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#D6EC76 (or 0xD6EC76) is known color: Mindaro. HEX triplet: D6, EC and 76. RGB value is (214,236,118). Sum of RGB (Red+Green+Blue) = 214+236+118=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EC76 is #291389. Grayscale: #D8D8D8. Windows color (decimal): -2691978 or 7793878. OLE color: 7793878.

HSL color Cylindrical-coordinate representation of color #D6EC76: hue angle of 71.19º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6EC76 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 118 -
CMYK 0.09 0 0.5 0.07
HSL 71.19º 0.76% 0.69% -
HSV(B) 71.19º 0.5% 0.93% -
XYZ 61 75.6 28.52 -
YUV 215.97 72.71 126.59 -
System Red Green Blue C M Y K H S L
Decimal 214 236 118 0.09 0 0.5 0.07 71.19 0.76 0.69
Hex D6 EC 76 9 0 32 7 47 4C 45
Octal 326 354 166 11 0 62 7 107 114 105
Binary 11010110 11101100 1110110 1001 0 110010 111 1000111 1001100 1000101

Color Harmonies of #D6EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC76

Black with #D6EC76

Text Example


Text Example

White with #D6EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC76; }

 p { color: rgb(214,236,118); }

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

background-color css

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

 a { background-color: rgb(214,236,118); }

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

border-color css

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

 span { border-color: rgb(214,236,118); }

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