#D2E371

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

Shades of Mindaro #D2E371

Tints of Mindaro #D2E371

Color information

#D2E371 (or 0xD2E371) is unknown color: approx Mindaro. HEX triplet: D2, E3 and 71. RGB value is (210,227,113). Sum of RGB (Red+Green+Blue) = 210+227+113=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E371 is #2D1C8E. Grayscale: #D1D1D1. Windows color (decimal): -2956431 or 7463890. OLE color: 7463890.

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

Color convert

RGB210227113-
CMYK0.0700.500.11
HSL68.95º67.06%66.67%-
HSV(B)68.95º50.22%89.02%-
XYZ57.0369.8326.1-
YUV208.9273.87128.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 227 (89.06% from 255) = 41.27%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=38.18%
G=41.27%
B=20.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102271130.0700.500.1168.9567.0666.67
HexD2E3717032B454343
Octal322343161706213105103103
Binary1101001011100011111000111101100101011100010110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E371; }

 p { color: rgb(210,227,113); }

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

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

 a { background-color: rgb(210,227,113); }

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

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

 span { border-color: rgb(210,227,113); }

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