#D2E47A

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

Shades of Mindaro #D2E47A

Tints of Mindaro #D2E47A

Color information

#D2E47A (or 0xD2E47A) is unknown color: approx Mindaro. HEX triplet: D2, E4 and 7A. RGB value is (210,228,122). Sum of RGB (Red+Green+Blue) = 210+228+122=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E47A is #2D1B85. Grayscale: #D2D2D2. Windows color (decimal): -2956166 or 8053970. OLE color: 8053970.

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

Color convert

RGB210228122-
CMYK0.0800.460.11
HSL70.19º66.25%68.63%-
HSV(B)70.19º46.49%89.41%-
XYZ57.8370.5928.99-
YUV210.5378.04127.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 228 (89.45% from 255) = 40.71%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=37.5%
G=40.71%
B=21.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102281220.0800.460.1170.1966.2568.63
HexD2E47A802EB464245
Octal3223441721005613106102105
Binary11010010111001001111010100001011101011100011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E47A; }

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

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

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

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

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

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

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

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