#D1E869

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

Shades of Mindaro #D1E869

Tints of Mindaro #D1E869

Color information

#D1E869 (or 0xD1E869) is unknown color: approx Mindaro. HEX triplet: D1, E8 and 69. RGB value is (209,232,105). Sum of RGB (Red+Green+Blue) = 209+232+105=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E869 is #2E1796. Grayscale: #D3D3D3. Windows color (decimal): -3020695 or 6940881. OLE color: 6940881.

HSL color Cylindrical-coordinate representation of color #D1E869: hue angle of 70.87º degrees, saturation: 0.73, 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 #D1E869 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB209232105-
CMYK0.1000.550.09
HSL70.87º73.41%66.08%-
HSV(B)70.87º54.74%90.98%-
XYZ57.772.2924.28-
YUV210.6468.38126.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 232 (91.02% from 255) = 42.49%
BLUE value IS 105 (41.41% from 255) = 19.23%
R=38.28%
G=42.49%
B=19.23%

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
Decimal2092321050.1000.550.0970.8773.4166.08
HexD1E869A0379474942
Octal3213501511206711107111102
Binary11010001111010001101001101001101111001100011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E869; }

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

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

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

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

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

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

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

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