#DDF86C

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

Shades of Mindaro #DDF86C

Tints of Mindaro #DDF86C

Color information

#DDF86C (or 0xDDF86C) is unknown color: approx Mindaro. HEX triplet: DD, F8 and 6C. RGB value is (221,248,108). Sum of RGB (Red+Green+Blue) = 221+248+108=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF86C is #220793. Grayscale: #E0E0E0. Windows color (decimal): -2230164 or 7141597. OLE color: 7141597.

HSL color Cylindrical-coordinate representation of color #DDF86C: hue angle of 71.57º 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 #DDF86C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB221248108-
CMYK0.1100.560.03
HSL71.57º90.91%69.8%-
HSV(B)71.57º56.45%97.25%-
XYZ66.0983.5926.84-
YUV223.9762.55125.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 248 (97.27% from 255) = 42.98%
BLUE value IS 108 (42.58% from 255) = 18.72%
R=38.30%
G=42.98%
B=18.72%

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
Decimal2212481080.1100.560.0371.5790.9169.8
HexDDF86CB0383485b46
Octal335370154130703110133106
Binary110111011111100011011001011011100011100100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF86C; }

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

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

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

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

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

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

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

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