#d2e46e

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

Shades of Mindaro #D2E46E

Tints of Mindaro #D2E46E

Color information

#D2E46E (or 0xD2E46E) is unknown color: approx Mindaro. HEX triplet: D2, E4 and 6E. RGB value is (210,228,110). Sum of RGB (Red+Green+Blue) = 210+228+110=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E46E is #2D1B91. Grayscale: #D1D1D1. Windows color (decimal): -2956178 or 7267538. OLE color: 7267538.

HSL color Cylindrical-coordinate representation of color #D2E46E: hue angle of 69.15º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2E46E is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB210228110-
CMYK0.0800.520.11
HSL69.15º68.6%66.27%-
HSV(B)69.15º51.75%89.41%-
XYZ57.1470.3125.31-
YUV209.1772.04128.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 228 (89.45% from 255) = 41.61%
BLUE value IS 110 (43.36% from 255) = 20.07%
R=38.32%
G=41.61%
B=20.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102281100.0800.520.1169.1568.666.27
HexD2E46E8034B454542
Octal3223441561006413105105102
Binary11010010111001001101110100001101001011100010110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e46e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e46e; }

 p { color: rgb(210,228,110); }

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

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

 a { background-color: rgb(210,228,110); }

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

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

 span { border-color: rgb(210,228,110); }

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