#DDF766

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

Shades of Mindaro #DDF766

Tints of Mindaro #DDF766

Color information

#DDF766 (or 0xDDF766) is unknown color: approx Mindaro. HEX triplet: DD, F7 and 66. RGB value is (221,247,102). Sum of RGB (Red+Green+Blue) = 221+247+102=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF766 is #220899. Grayscale: #DFDFDF. Windows color (decimal): -2230426 or 6748125. OLE color: 6748125.

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

Color convert

RGB221247102-
CMYK0.1100.590.03
HSL70.76º90.06%68.43%-
HSV(B)70.76º58.7%96.86%-
XYZ65.4882.8525.11-
YUV222.759.89126.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 102 (40.23% from 255) = 17.89%
R=38.77%
G=43.33%
B=17.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471020.1100.590.0370.7690.0668.43
HexDDF766B03B3475a44
Octal335367146130733107132104
Binary110111011111011111001101011011101111100011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF766; }

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

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

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

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

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

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

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

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