#DDFE70

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

Shades of Mindaro #DDFE70

Tints of Mindaro #DDFE70

Color information

#DDFE70 (or 0xDDFE70) is unknown color: approx Mindaro. HEX triplet: DD, FE and 70. RGB value is (221,254,112). Sum of RGB (Red+Green+Blue) = 221+254+112=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE70 is #22018F. Grayscale: #E4E4E4. Windows color (decimal): -2228624 or 7405277. OLE color: 7405277.

HSL color Cylindrical-coordinate representation of color #DDFE70: hue angle of 73.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDFE70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB221254112-
CMYK0.1300.560.00
HSL73.94º98.61%71.76%-
HSV(B)73.94º55.91%99.61%-
XYZ68.1987.4328.61-
YUV227.9462.57123.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 254 (99.61% from 255) = 43.27%
BLUE value IS 112 (44.14% from 255) = 19.08%
R=37.65%
G=43.27%
B=19.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541120.1300.560.0073.9498.6171.76
HexDDFE70D03804a6348
Octal335376160150700112143110
Binary11011101111111101110000110101110000100101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE70; }

 p { color: rgb(221,254,112); }

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

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

 a { background-color: rgb(221,254,112); }

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

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

 span { border-color: rgb(221,254,112); }

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