#D2ED75

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

Shades of Mindaro #D2ED75

Tints of Mindaro #D2ED75

Color information

#D2ED75 (or 0xD2ED75) is unknown color: approx Mindaro. HEX triplet: D2, ED and 75. RGB value is (210,237,117). Sum of RGB (Red+Green+Blue) = 210+237+117=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED75 is #2D128A. Grayscale: #D7D7D7. Windows color (decimal): -2953867 or 7728594. OLE color: 7728594.

HSL color Cylindrical-coordinate representation of color #D2ED75: hue angle of 73.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2ED75 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB210237117-
CMYK0.1100.510.07
HSL73.5º76.92%69.41%-
HSV(B)73.5º50.63%92.94%-
XYZ60.0775.5528.25-
YUV215.2572.55124.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=37.23%
G=42.02%
B=20.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371170.1100.510.0773.576.9269.41
HexD2ED75B03374a4d45
Octal322355165130637112115105
Binary1101001011101101111010110110110011111100101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED75; }

 p { color: rgb(210,237,117); }

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

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

 a { background-color: rgb(210,237,117); }

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

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

 span { border-color: rgb(210,237,117); }

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