#D1E969

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

Shades of Mindaro #D1E969

Tints of Mindaro #D1E969

Color information

#D1E969 (or 0xD1E969) is unknown color: approx Mindaro. HEX triplet: D1, E9 and 69. RGB value is (209,233,105). Sum of RGB (Red+Green+Blue) = 209+233+105=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E969 is #2E1696. Grayscale: #D3D3D3. Windows color (decimal): -3020439 or 6941137. OLE color: 6941137.

HSL color Cylindrical-coordinate representation of color #D1E969: hue angle of 71.25º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1E969 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB209233105-
CMYK0.1000.550.09
HSL71.25º74.42%66.27%-
HSV(B)71.25º54.94%91.37%-
XYZ57.9872.8524.37-
YUV211.2368.05126.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=38.21%
G=42.60%
B=19.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092331050.1000.550.0971.2574.4266.27
HexD1E969A0379474a42
Octal3213511511206711107112102
Binary11010001111010011101001101001101111001100011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E969; }

 p { color: rgb(209,233,105); }

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

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

 a { background-color: rgb(209,233,105); }

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

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

 span { border-color: rgb(209,233,105); }

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