Html Css Color HEX #D6EC80 Mindaro

📋 copy color: '#D6EC80'

red 214 ◦ green 236 ◦ blue 128

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

Shades of Mindaro #D6EC80

Tints of Mindaro #D6EC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.15%

R = 37.02%
G = 40.83%
B = 22.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#D6EC80 (or 0xD6EC80) is known color: Mindaro. HEX triplet: D6, EC and 80. RGB value is (214,236,128). Sum of RGB (Red+Green+Blue) = 214+236+128=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EC80 is #29137F. Grayscale: #D9D9D9. Windows color (decimal): -2691968 or 8449238. OLE color: 8449238.

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

Color convert

RGB 214 236 128 -
CMYK 0.09 0 0.46 0.07
HSL 72.22º 0.74% 0.71% -
HSV(B) 72.22º 0.46% 0.93% -
XYZ 61.62 75.85 31.81 -
YUV 217.11 77.71 125.78 -
System Red Green Blue C M Y K H S L
Decimal 214 236 128 0.09 0 0.46 0.07 72.22 0.74 0.71
Hex D6 EC 80 9 0 2E 7 48 4A 47
Octal 326 354 200 11 0 56 7 110 112 107
Binary 11010110 11101100 10000000 1001 0 101110 111 1001000 1001010 1000111

Color Harmonies of #D6EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC80

Black with #D6EC80

Text Example


Text Example

White with #D6EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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