#D7E166

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

Shades of Mindaro #D7E166

Tints of Mindaro #D7E166

Color information

#D7E166 (or 0xD7E166) is unknown color: approx Mindaro. HEX triplet: D7, E1 and 66. RGB value is (215,225,102). Sum of RGB (Red+Green+Blue) = 215+225+102=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E166 is #281E99. Grayscale: #D0D0D0. Windows color (decimal): -2629274 or 6742487. OLE color: 6742487.

HSL color Cylindrical-coordinate representation of color #D7E166: hue angle of 64.88º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7E166 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB215225102-
CMYK0.0400.550.12
HSL64.88º67.21%64.12%-
HSV(B)64.88º54.67%88.24%-
XYZ57.3569.2622.92-
YUV207.9968.19133-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 102 (40.23% from 255) = 18.82%
R=39.67%
G=41.51%
B=18.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152251020.0400.550.1264.8867.2164.12
HexD7E1664037C414340
Octal327341146406714101103100
Binary1101011111100001110011010001101111100100000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E166; }

 p { color: rgb(215,225,102); }

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

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

 a { background-color: rgb(215,225,102); }

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

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

 span { border-color: rgb(215,225,102); }

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