#DFE96D

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

Shades of Mindaro #DFE96D

Tints of Mindaro #DFE96D

Color information

#DFE96D (or 0xDFE96D) is unknown color: approx Mindaro. HEX triplet: DF, E9 and 6D. RGB value is (223,233,109). Sum of RGB (Red+Green+Blue) = 223+233+109=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE96D is #201692. Grayscale: #D8D8D8. Windows color (decimal): -2102931 or 7203295. OLE color: 7203295.

HSL color Cylindrical-coordinate representation of color #DFE96D: hue angle of 64.84º 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 #DFE96D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB223233109-
CMYK0.0400.530.09
HSL64.84º73.81%67.06%-
HSV(B)64.84º53.22%91.37%-
XYZ62.3375.0725.67-
YUV215.8767.69133.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 109 (42.97% from 255) = 19.29%
R=39.47%
G=41.24%
B=19.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232331090.0400.530.0964.8473.8167.06
HexDFE96D40359414a43
Octal337351155406511101112103
Binary1101111111101001110110110001101011001100000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE96D; }

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

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

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

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

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

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

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

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