#DDFD79

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

Shades of Mindaro #DDFD79

Tints of Mindaro #DDFD79

Color information

#DDFD79 (or 0xDDFD79) is unknown color: approx Mindaro. HEX triplet: DD, FD and 79. RGB value is (221,253,121). Sum of RGB (Red+Green+Blue) = 221+253+121=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD79 is #220286. Grayscale: #E4E4E4. Windows color (decimal): -2228871 or 7994845. OLE color: 7994845.

HSL color Cylindrical-coordinate representation of color #DDFD79: hue angle of 74.55º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFD79 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB221253121-
CMYK0.1300.520.01
HSL74.55º97.06%73.33%-
HSV(B)74.55º52.17%99.22%-
XYZ68.48731.28-
YUV228.3867.4122.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 121 (47.66% from 255) = 20.34%
R=37.14%
G=42.52%
B=20.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531210.1300.520.0174.5597.0673.33
HexDDFD79D03414b6149
Octal335375171150641113141111
Binary11011101111111011111001110101101001100101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD79; }

 p { color: rgb(221,253,121); }

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

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

 a { background-color: rgb(221,253,121); }

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

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

 span { border-color: rgb(221,253,121); }

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