#D2E869

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

Shades of Mindaro #D2E869

Tints of Mindaro #D2E869

Color information

#D2E869 (or 0xD2E869) is unknown color: approx Mindaro. HEX triplet: D2, E8 and 69. RGB value is (210,232,105). Sum of RGB (Red+Green+Blue) = 210+232+105=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E869 is #2D1796. Grayscale: #D3D3D3. Windows color (decimal): -2955159 or 6940882. OLE color: 6940882.

HSL color Cylindrical-coordinate representation of color #D2E869: hue angle of 70.39º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2E869 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB210232105-
CMYK0.0900.550.09
HSL70.39º73.41%66.08%-
HSV(B)70.39º54.74%90.98%-
XYZ57.9872.4324.29-
YUV210.9468.21127.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=38.39%
G=42.41%
B=19.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321050.0900.550.0970.3973.4166.08
HexD2E86990379464942
Octal3223501511106711106111102
Binary11010010111010001101001100101101111001100011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E869; }

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

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

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

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

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

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

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

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