#D6E27A

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

Shades of Mindaro #D6E27A

Tints of Mindaro #D6E27A

Color information

#D6E27A (or 0xD6E27A) is unknown color: approx Mindaro. HEX triplet: D6, E2 and 7A. RGB value is (214,226,122). Sum of RGB (Red+Green+Blue) = 214+226+122=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E27A is #291D85. Grayscale: #D2D2D2. Windows color (decimal): -2694534 or 8053462. OLE color: 8053462.

HSL color Cylindrical-coordinate representation of color #D6E27A: hue angle of 66.92º 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 #D6E27A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB214226122-
CMYK0.0500.460.11
HSL66.92º64.2%68.24%-
HSV(B)66.92º46.02%88.63%-
XYZ58.4470.0928.86-
YUV210.5678.02130.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 122 (48.05% from 255) = 21.71%
R=38.08%
G=40.21%
B=21.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142261220.0500.460.1166.9264.268.24
HexD6E27A502EB434044
Octal326342172505613103100104
Binary1101011011100010111101010101011101011100001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E27A; }

 p { color: rgb(214,226,122); }

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

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

 a { background-color: rgb(214,226,122); }

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

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

 span { border-color: rgb(214,226,122); }

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