#D0E166

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

Shades of Mindaro #D0E166

Tints of Mindaro #D0E166

Color information

#D0E166 (or 0xD0E166) is unknown color: approx Mindaro. HEX triplet: D0, E1 and 66. RGB value is (208,225,102). Sum of RGB (Red+Green+Blue) = 208+225+102=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E166 is #2F1E99. Grayscale: #CECECE. Windows color (decimal): -3088026 or 6742480. OLE color: 6742480.

HSL color Cylindrical-coordinate representation of color #D0E166: hue angle of 68.29º 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 #D0E166 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB208225102-
CMYK0.0800.550.12
HSL68.29º67.21%64.12%-
HSV(B)68.29º54.67%88.24%-
XYZ55.3468.2222.82-
YUV205.969.37129.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 102 (40.23% from 255) = 19.07%
R=38.88%
G=42.06%
B=19.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251020.0800.550.1268.2967.2164.12
HexD0E1668037C444340
Octal3203411461006714104103100
Binary11010000111000011100110100001101111100100010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E166; }

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

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

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

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

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

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

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

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