#DDF666

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

Shades of Mindaro #DDF666

Tints of Mindaro #DDF666

Color information

#DDF666 (or 0xDDF666) is unknown color: approx Mindaro. HEX triplet: DD, F6 and 66. RGB value is (221,246,102). Sum of RGB (Red+Green+Blue) = 221+246+102=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF666 is #220999. Grayscale: #DEDEDE. Windows color (decimal): -2230682 or 6747869. OLE color: 6747869.

HSL color Cylindrical-coordinate representation of color #DDF666: hue angle of 70.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF666 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB221246102-
CMYK0.1000.590.04
HSL70.42º88.89%68.24%-
HSV(B)70.42º58.54%96.47%-
XYZ65.1782.2425.01-
YUV222.1160.22127.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 102 (40.23% from 255) = 17.93%
R=38.84%
G=43.23%
B=17.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212461020.1000.590.0470.4288.8968.24
HexDDF666A03B4465944
Octal335366146120734106131104
Binary1101110111110110110011010100111011100100011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF666; }

 p { color: rgb(221,246,102); }

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

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

 a { background-color: rgb(221,246,102); }

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

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

 span { border-color: rgb(221,246,102); }

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