#DDE76E

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

Shades of Mindaro #DDE76E

Tints of Mindaro #DDE76E

Color information

#DDE76E (or 0xDDE76E) is unknown color: approx Mindaro. HEX triplet: DD, E7 and 6E. RGB value is (221,231,110). Sum of RGB (Red+Green+Blue) = 221+231+110=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE76E is #221891. Grayscale: #D6D6D6. Windows color (decimal): -2234514 or 7268317. OLE color: 7268317.

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

Color convert

RGB221231110-
CMYK0.0400.520.09
HSL64.96º71.6%66.86%-
HSV(B)64.96º52.38%90.59%-
XYZ61.2173.6525.74-
YUV214.2269.19132.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 110 (43.36% from 255) = 19.57%
R=39.32%
G=41.10%
B=19.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311100.0400.520.0964.9671.666.86
HexDDE76E40349414843
Octal335347156406411101110103
Binary1101110111100111110111010001101001001100000110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE76E; }

 p { color: rgb(221,231,110); }

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

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

 a { background-color: rgb(221,231,110); }

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

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

 span { border-color: rgb(221,231,110); }

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