#D2E569

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

Shades of Mindaro #D2E569

Tints of Mindaro #D2E569

Color information

#D2E569 (or 0xD2E569) is unknown color: approx Mindaro. HEX triplet: D2, E5 and 69. RGB value is (210,229,105). Sum of RGB (Red+Green+Blue) = 210+229+105=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E569 is #2D1A96. Grayscale: #D1D1D1. Windows color (decimal): -2955927 or 6940114. OLE color: 6940114.

HSL color Cylindrical-coordinate representation of color #D2E569: hue angle of 69.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E569 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB210229105-
CMYK0.0800.540.10
HSL69.19º70.45%65.49%-
HSV(B)69.19º54.15%89.8%-
XYZ57.1570.7624.01-
YUV209.1869.21128.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 229 (89.84% from 255) = 42.10%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=38.60%
G=42.10%
B=19.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291050.0800.540.1069.1970.4565.49
HexD2E5698036A454641
Octal3223451511006612105106101
Binary11010010111001011101001100001101101010100010110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E569; }

 p { color: rgb(210,229,105); }

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

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

 a { background-color: rgb(210,229,105); }

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

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

 span { border-color: rgb(210,229,105); }

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