#D1E971

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

Shades of Mindaro #D1E971

Tints of Mindaro #D1E971

Color information

#D1E971 (or 0xD1E971) is unknown color: approx Mindaro. HEX triplet: D1, E9 and 71. RGB value is (209,233,113). Sum of RGB (Red+Green+Blue) = 209+233+113=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E971 is #2E168E. Grayscale: #D4D4D4. Windows color (decimal): -3020431 or 7465425. OLE color: 7465425.

HSL color Cylindrical-coordinate representation of color #D1E971: hue angle of 72º 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 #D1E971 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB209233113-
CMYK0.1000.520.09
HSL72º73.17%67.84%-
HSV(B)72º51.5%91.37%-
XYZ58.4173.0326.64-
YUV212.1472.05125.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 233 (91.41% from 255) = 41.98%
BLUE value IS 113 (44.53% from 255) = 20.36%
R=37.66%
G=41.98%
B=20.36%

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
Decimal2092331130.1000.520.097273.1767.84
HexD1E971A0349484944
Octal3213511611206411110111104
Binary11010001111010011110001101001101001001100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E971; }

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

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

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

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

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

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

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

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