#DDFD6E

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

Shades of Mindaro #DDFD6E

Tints of Mindaro #DDFD6E

Color information

#DDFD6E (or 0xDDFD6E) is unknown color: approx Mindaro. HEX triplet: DD, FD and 6E. RGB value is (221,253,110). Sum of RGB (Red+Green+Blue) = 221+253+110=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD6E is #220291. Grayscale: #E3E3E3. Windows color (decimal): -2228882 or 7273949. OLE color: 7273949.

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

Color convert

RGB221253110-
CMYK0.1300.570.01
HSL73.43º97.28%71.18%-
HSV(B)73.43º56.52%99.22%-
XYZ67.7686.7527.92-
YUV227.1361.9123.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 253 (99.22% from 255) = 43.32%
BLUE value IS 110 (43.36% from 255) = 18.84%
R=37.84%
G=43.32%
B=18.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531100.1300.570.0173.4397.2871.18
HexDDFD6ED0391496147
Octal335375156150711111141107
Binary11011101111111011101110110101110011100100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD6E; }

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

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

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

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

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

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

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

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