#D9E369

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

Shades of Mindaro #D9E369

Tints of Mindaro #D9E369

Color information

#D9E369 (or 0xD9E369) is unknown color: approx Mindaro. HEX triplet: D9, E3 and 69. RGB value is (217,227,105). Sum of RGB (Red+Green+Blue) = 217+227+105=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E369 is #261C96. Grayscale: #D2D2D2. Windows color (decimal): -2497687 or 6939609. OLE color: 6939609.

HSL color Cylindrical-coordinate representation of color #D9E369: hue angle of 64.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9E369 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB217227105-
CMYK0.0400.540.11
HSL64.92º68.54%65.1%-
HSV(B)64.92º53.74%89.02%-
XYZ58.6370.7123.92-
YUV210.168.69132.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 105 (41.41% from 255) = 19.13%
R=39.53%
G=41.35%
B=19.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271050.0400.540.1164.9268.5465.1
HexD9E3694036B414541
Octal331343151406613101105101
Binary1101100111100011110100110001101101011100000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E369; }

 p { color: rgb(217,227,105); }

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

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

 a { background-color: rgb(217,227,105); }

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

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

 span { border-color: rgb(217,227,105); }

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