#DDFD7D

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

Shades of Mindaro #DDFD7D

Tints of Mindaro #DDFD7D

Color information

#DDFD7D (or 0xDDFD7D) is unknown color: approx Mindaro. HEX triplet: DD, FD and 7D. RGB value is (221,253,125). Sum of RGB (Red+Green+Blue) = 221+253+125=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD7D is #220282. Grayscale: #E5E5E5. Windows color (decimal): -2228867 or 8256989. OLE color: 8256989.

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

Color convert

RGB221253125-
CMYK0.1300.510.01
HSL75º96.97%74.12%-
HSV(B)75º50.59%99.22%-
XYZ68.6587.132.6-
YUV228.8469.4122.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 125 (49.22% from 255) = 20.87%
R=36.89%
G=42.24%
B=20.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531250.1300.510.017596.9774.12
HexDDFD7DD03314b614a
Octal335375175150631113141112
Binary11011101111111011111101110101100111100101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD7D; }

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

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

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

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

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

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

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

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