#D2E563

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

Shades of Mindaro #D2E563

Tints of Mindaro #D2E563

Color information

#D2E563 (or 0xD2E563) is unknown color: approx Mindaro. HEX triplet: D2, E5 and 63. RGB value is (210,229,99). Sum of RGB (Red+Green+Blue) = 210+229+99=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E563 is #2D1A9C. Grayscale: #D1D1D1. Windows color (decimal): -2955933 or 6546898. OLE color: 6546898.

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

Color convert

RGB21022999-
CMYK0.0800.570.10
HSL68.77º71.43%64.31%-
HSV(B)68.77º56.77%89.8%-
XYZ56.8570.6422.44-
YUV208.566.21129.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 229 (89.84% from 255) = 42.57%
BLUE value IS 99 (39.06% from 255) = 18.40%
R=39.03%
G=42.57%
B=18.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal210229990.0800.570.1068.7771.4364.31
HexD2E5638039A454740
Octal3223451431007112105107100
Binary11010010111001011100011100001110011010100010110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E563; }

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

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

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

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

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

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

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

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