#D2E875

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

Shades of Mindaro #D2E875

Tints of Mindaro #D2E875

Color information

#D2E875 (or 0xD2E875) is unknown color: approx Mindaro. HEX triplet: D2, E8 and 75. RGB value is (210,232,117). Sum of RGB (Red+Green+Blue) = 210+232+117=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E875 is #2D178A. Grayscale: #D4D4D4. Windows color (decimal): -2955147 or 7727314. OLE color: 7727314.

HSL color Cylindrical-coordinate representation of color #D2E875: hue angle of 71.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2E875 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB210232117-
CMYK0.0900.500.09
HSL71.48º71.43%68.43%-
HSV(B)71.48º49.57%90.98%-
XYZ58.6572.727.77-
YUV212.3174.21126.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=37.57%
G=41.50%
B=20.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321170.0900.500.0971.4871.4368.43
HexD2E87590329474744
Octal3223501651106211107107104
Binary11010010111010001110101100101100101001100011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E875; }

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

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

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

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

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

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

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

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