#D1E770

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

Shades of Mindaro #D1E770

Tints of Mindaro #D1E770

Color information

#D1E770 (or 0xD1E770) is unknown color: approx Mindaro. HEX triplet: D1, E7 and 70. RGB value is (209,231,112). Sum of RGB (Red+Green+Blue) = 209+231+112=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E770 is #2E188F. Grayscale: #D3D3D3. Windows color (decimal): -3020944 or 7399377. OLE color: 7399377.

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

Color convert

RGB209231112-
CMYK0.1000.520.09
HSL71.09º71.26%67.25%-
HSV(B)71.09º51.52%90.59%-
XYZ57.871.8826.16-
YUV210.8672.21126.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 231 (90.62% from 255) = 41.85%
BLUE value IS 112 (44.14% from 255) = 20.29%
R=37.86%
G=41.85%
B=20.29%

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
Decimal2092311120.1000.520.0971.0971.2667.25
HexD1E770A0349474743
Octal3213471601206411107107103
Binary11010001111001111110000101001101001001100011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E770; }

 p { color: rgb(209,231,112); }

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

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

 a { background-color: rgb(209,231,112); }

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

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

 span { border-color: rgb(209,231,112); }

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