#D1E664

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

Shades of Mindaro #D1E664

Tints of Mindaro #D1E664

Color information

#D1E664 (or 0xD1E664) is unknown color: approx Mindaro. HEX triplet: D1, E6 and 64. RGB value is (209,230,100). Sum of RGB (Red+Green+Blue) = 209+230+100=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E664 is #2E199B. Grayscale: #D1D1D1. Windows color (decimal): -3021212 or 6612689. OLE color: 6612689.

HSL color Cylindrical-coordinate representation of color #D1E664: hue angle of 69.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1E664 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB209230100-
CMYK0.0900.570.10
HSL69.69º72.22%64.71%-
HSV(B)69.69º56.52%90.2%-
XYZ56.8971.0722.78-
YUV208.966.54128.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 230 (90.23% from 255) = 42.67%
BLUE value IS 100 (39.45% from 255) = 18.55%
R=38.78%
G=42.67%
B=18.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092301000.0900.570.1069.6972.2264.71
HexD1E6649039A464841
Octal3213461441107112106110101
Binary11010001111001101100100100101110011010100011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E664; }

 p { color: rgb(209,230,100); }

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

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

 a { background-color: rgb(209,230,100); }

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

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

 span { border-color: rgb(209,230,100); }

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