#DDF87E

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

Shades of Mindaro #DDF87E

Tints of Mindaro #DDF87E

Color information

#DDF87E (or 0xDDF87E) is unknown color: approx Mindaro. HEX triplet: DD, F8 and 7E. RGB value is (221,248,126). Sum of RGB (Red+Green+Blue) = 221+248+126=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF87E is #220781. Grayscale: #E2E2E2. Windows color (decimal): -2230146 or 8321245. OLE color: 8321245.

HSL color Cylindrical-coordinate representation of color #DDF87E: hue angle of 73.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF87E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB221248126-
CMYK0.1100.490.03
HSL73.28º89.71%73.33%-
HSV(B)73.28º49.19%97.25%-
XYZ67.1584.0132.42-
YUV226.0271.55124.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 126 (49.61% from 255) = 21.18%
R=37.14%
G=41.68%
B=21.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481260.1100.490.0373.2889.7173.33
HexDDF87EB0313495a49
Octal335370176130613111132111
Binary110111011111100011111101011011000111100100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF87E; }

 p { color: rgb(221,248,126); }

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

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

 a { background-color: rgb(221,248,126); }

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

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

 span { border-color: rgb(221,248,126); }

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