#DDEC71

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

Shades of Mindaro #DDEC71

Tints of Mindaro #DDEC71

Color information

#DDEC71 (or 0xDDEC71) is unknown color: approx Mindaro. HEX triplet: DD, EC and 71. RGB value is (221,236,113). Sum of RGB (Red+Green+Blue) = 221+236+113=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC71 is #22138E. Grayscale: #D9D9D9. Windows color (decimal): -2233231 or 7466205. OLE color: 7466205.

HSL color Cylindrical-coordinate representation of color #DDEC71: hue angle of 67.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDEC71 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB221236113-
CMYK0.0600.520.07
HSL67.32º76.4%68.43%-
HSV(B)67.32º52.12%92.55%-
XYZ62.7976.5627.09-
YUV217.4969.03130.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 113 (44.53% from 255) = 19.82%
R=38.77%
G=41.40%
B=19.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361130.0600.520.0767.3276.468.43
HexDDEC7160347434c44
Octal33535416160647103114104
Binary110111011110110011100011100110100111100001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC71; }

 p { color: rgb(221,236,113); }

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

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

 a { background-color: rgb(221,236,113); }

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

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

 span { border-color: rgb(221,236,113); }

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