#D9E96D

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

Shades of Mindaro #D9E96D

Tints of Mindaro #D9E96D

Color information

#D9E96D (or 0xD9E96D) is unknown color: approx Mindaro. HEX triplet: D9, E9 and 6D. RGB value is (217,233,109). Sum of RGB (Red+Green+Blue) = 217+233+109=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E96D is #261692. Grayscale: #D6D6D6. Windows color (decimal): -2496147 or 7203289. OLE color: 7203289.

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

Color convert

RGB217233109-
CMYK0.0700.530.09
HSL67.74º73.81%67.06%-
HSV(B)67.74º53.22%91.37%-
XYZ60.5174.1325.59-
YUV214.0868.7130.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 109 (42.97% from 255) = 19.50%
R=38.82%
G=41.68%
B=19.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172331090.0700.530.0967.7473.8167.06
HexD9E96D70359444a43
Octal331351155706511104112103
Binary1101100111101001110110111101101011001100010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E96D; }

 p { color: rgb(217,233,109); }

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

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

 a { background-color: rgb(217,233,109); }

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

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

 span { border-color: rgb(217,233,109); }

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