#D1EB66

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

Shades of Mindaro #D1EB66

Tints of Mindaro #D1EB66

Color information

#D1EB66 (or 0xD1EB66) is unknown color: approx Mindaro. HEX triplet: D1, EB and 66. RGB value is (209,235,102). Sum of RGB (Red+Green+Blue) = 209+235+102=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB66 is #2E1499. Grayscale: #D4D4D4. Windows color (decimal): -3019930 or 6745041. OLE color: 6745041.

HSL color Cylindrical-coordinate representation of color #D1EB66: hue angle of 71.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1EB66 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB209235102-
CMYK0.1100.570.08
HSL71.73º76.88%66.08%-
HSV(B)71.73º56.6%92.16%-
XYZ58.473.9323.76-
YUV212.0665.89125.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 102 (40.23% from 255) = 18.68%
R=38.28%
G=43.04%
B=18.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092351020.1100.570.0871.7376.8866.08
HexD1EB66B0398484d42
Octal3213531461307110110115102
Binary11010001111010111100110101101110011000100100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB66; }

 p { color: rgb(209,235,102); }

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

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

 a { background-color: rgb(209,235,102); }

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

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

 span { border-color: rgb(209,235,102); }

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