#D2E971

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

Shades of Mindaro #D2E971

Tints of Mindaro #D2E971

Color information

#D2E971 (or 0xD2E971) is unknown color: approx Mindaro. HEX triplet: D2, E9 and 71. RGB value is (210,233,113). Sum of RGB (Red+Green+Blue) = 210+233+113=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E971 is #2D168E. Grayscale: #D4D4D4. Windows color (decimal): -2954895 or 7465426. OLE color: 7465426.

HSL color Cylindrical-coordinate representation of color #D2E971: hue angle of 71.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2E971 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB210233113-
CMYK0.1000.520.09
HSL71.5º73.17%67.84%-
HSV(B)71.5º51.5%91.37%-
XYZ58.773.1726.65-
YUV212.4471.88126.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 113 (44.53% from 255) = 20.32%
R=37.77%
G=41.91%
B=20.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102331130.1000.520.0971.573.1767.84
HexD2E971A0349484944
Octal3223511611206411110111104
Binary11010010111010011110001101001101001001100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E971; }

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

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

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

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

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

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

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

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