#DDFD77

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

Shades of Mindaro #DDFD77

Tints of Mindaro #DDFD77

Color information

#DDFD77 (or 0xDDFD77) is unknown color: approx Mindaro. HEX triplet: DD, FD and 77. RGB value is (221,253,119). Sum of RGB (Red+Green+Blue) = 221+253+119=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD77 is #220288. Grayscale: #E4E4E4. Windows color (decimal): -2228873 or 7863773. OLE color: 7863773.

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

Color convert

RGB221253119-
CMYK0.1300.530.01
HSL74.33º97.1%72.94%-
HSV(B)74.33º52.96%99.22%-
XYZ68.2786.9530.64-
YUV228.1666.4122.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 119 (46.88% from 255) = 20.07%
R=37.27%
G=42.66%
B=20.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531190.1300.530.0174.3397.172.94
HexDDFD77D03514a6149
Octal335375167150651112141111
Binary11011101111111011110111110101101011100101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD77; }

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

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

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

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

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

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

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

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