#D3E276

Color #D3E276 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D3E276

Tints of Mindaro #D3E276

Color information

#D3E276 (or 0xD3E276) is unknown color: approx Mindaro. HEX triplet: D3, E2 and 76. RGB value is (211,226,118). Sum of RGB (Red+Green+Blue) = 211+226+118=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E276 is #2C1D89. Grayscale: #D1D1D1. Windows color (decimal): -2891146 or 7791315. OLE color: 7791315.

HSL color Cylindrical-coordinate representation of color #D3E276: hue angle of 68.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3E276 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB211226118-
CMYK0.0700.480.11
HSL68.33º65.06%67.45%-
HSV(B)68.33º47.79%88.63%-
XYZ57.3369.5527.54-
YUV209.276.53129.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 118 (46.48% from 255) = 21.26%
R=38.02%
G=40.72%
B=21.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112261180.0700.480.1168.3365.0667.45
HexD3E2767030B444143
Octal323342166706013104101103
Binary1101001111100010111011011101100001011100010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E276; }

 p { color: rgb(211,226,118); }

 H1.HeaderClassName
 {
   color: #D3E276;
 }
 .AnyTagClassName
 {
   color: #D3E276;
 }
</style>
background-color css

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

 a { background-color: rgb(211,226,118); }

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

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

 span { border-color: rgb(211,226,118); }

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