#D2E27E

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

Shades of Mindaro #D2E27E

Tints of Mindaro #D2E27E

Color information

#D2E27E (or 0xD2E27E) is unknown color: approx Mindaro. HEX triplet: D2, E2 and 7E. RGB value is (210,226,126). Sum of RGB (Red+Green+Blue) = 210+226+126=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E27E is #2D1D81. Grayscale: #D2D2D2. Windows color (decimal): -2956674 or 8315602. OLE color: 8315602.

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

Color convert

RGB210226126-
CMYK0.0700.440.11
HSL69.6º63.29%69.02%-
HSV(B)69.6º44.25%88.63%-
XYZ57.5469.630.14-
YUV209.8280.7128.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 126 (49.61% from 255) = 22.42%
R=37.37%
G=40.21%
B=22.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102261260.0700.440.1169.663.2969.02
HexD2E27E702CB463f45
Octal32234217670541310677105
Binary110100101110001011111101110101100101110001101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E27E; }

 p { color: rgb(210,226,126); }

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

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

 a { background-color: rgb(210,226,126); }

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

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

 span { border-color: rgb(210,226,126); }

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