#DDEC7F

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

Shades of Mindaro #DDEC7F

Tints of Mindaro #DDEC7F

Color information

#DDEC7F (or 0xDDEC7F) is unknown color: approx Mindaro. HEX triplet: DD, EC and 7F. RGB value is (221,236,127). Sum of RGB (Red+Green+Blue) = 221+236+127=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC7F is #221380. Grayscale: #DBDBDB. Windows color (decimal): -2233217 or 8383709. OLE color: 8383709.

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

Color convert

RGB221236127-
CMYK0.0600.460.07
HSL68.26º74.15%71.18%-
HSV(B)68.26º46.19%92.55%-
XYZ63.6576.931.57-
YUV219.0976.03129.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 236 (92.58% from 255) = 40.41%
BLUE value IS 127 (50% from 255) = 21.75%
R=37.84%
G=40.41%
B=21.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361270.0600.460.0768.2674.1571.18
HexDDEC7F602E7444a47
Octal33535417760567104112107
Binary110111011110110011111111100101110111100010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC7F; }

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

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

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

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

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

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

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

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