#D2E75D

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

Shades of Mindaro #D2E75D

Tints of Mindaro #D2E75D

Color information

#D2E75D (or 0xD2E75D) is unknown color: approx Mindaro. HEX triplet: D2, E7 and 5D. RGB value is (210,231,93). Sum of RGB (Red+Green+Blue) = 210+231+93=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E75D is #2D18A2. Grayscale: #D1D1D1. Windows color (decimal): -2955427 or 6154194. OLE color: 6154194.

HSL color Cylindrical-coordinate representation of color #D2E75D: hue angle of 69.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2E75D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB21023193-
CMYK0.0900.600.09
HSL69.13º74.19%63.53%-
HSV(B)69.13º59.74%90.59%-
XYZ57.1371.6421.17-
YUV208.9962.54128.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 93 (36.72% from 255) = 17.42%
R=39.33%
G=43.26%
B=17.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210231930.0900.600.0969.1374.1963.53
HexD2E75D903C9454a40
Octal3223471351107411105112100
Binary11010010111001111011101100101111001001100010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E75D; }

 p { color: rgb(210,231,93); }

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

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

 a { background-color: rgb(210,231,93); }

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

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

 span { border-color: rgb(210,231,93); }

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