#DDF86D

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

Shades of Mindaro #DDF86D

Tints of Mindaro #DDF86D

Color information

#DDF86D (or 0xDDF86D) is unknown color: approx Mindaro. HEX triplet: DD, F8 and 6D. RGB value is (221,248,109). Sum of RGB (Red+Green+Blue) = 221+248+109=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF86D is #220792. Grayscale: #E0E0E0. Windows color (decimal): -2230163 or 7207133. OLE color: 7207133.

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

Color convert

RGB221248109-
CMYK0.1100.560.03
HSL71.65º90.85%70%-
HSV(B)71.65º56.05%97.25%-
XYZ66.1583.6127.12-
YUV224.0863.05125.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 248 (97.27% from 255) = 42.91%
BLUE value IS 109 (42.97% from 255) = 18.86%
R=38.24%
G=42.91%
B=18.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481090.1100.560.0371.6590.8570
HexDDF86DB0383485b46
Octal335370155130703110133106
Binary110111011111100011011011011011100011100100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF86D; }

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

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

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

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

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

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

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

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