#D2E27B

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

Shades of Mindaro #D2E27B

Tints of Mindaro #D2E27B

Color information

#D2E27B (or 0xD2E27B) is unknown color: approx Mindaro. HEX triplet: D2, E2 and 7B. RGB value is (210,226,123). Sum of RGB (Red+Green+Blue) = 210+226+123=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E27B is #2D1D84. Grayscale: #D1D1D1. Windows color (decimal): -2956677 or 8118994. OLE color: 8118994.

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

Color convert

RGB210226123-
CMYK0.0700.460.11
HSL69.32º63.98%68.43%-
HSV(B)69.32º45.58%88.63%-
XYZ57.3569.5229.14-
YUV209.4779.2128.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 123 (48.44% from 255) = 22.00%
R=37.57%
G=40.43%
B=22.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102261230.0700.460.1169.3263.9868.43
HexD2E27B702EB454044
Octal322342173705613105100104
Binary1101001011100010111101111101011101011100010110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E27B; }

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

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

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

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

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

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

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

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