#DDF176

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

Shades of Mindaro #DDF176

Tints of Mindaro #DDF176

Color information

#DDF176 (or 0xDDF176) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 76. RGB value is (221,241,118). Sum of RGB (Red+Green+Blue) = 221+241+118=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF176 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF176 is #220E89. Grayscale: #DDDDDD. Windows color (decimal): -2231946 or 7795165. OLE color: 7795165.

HSL color Cylindrical-coordinate representation of color #DDF176: hue angle of 69.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF176 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB221241118-
CMYK0.0800.510.05
HSL69.76º81.46%70.39%-
HSV(B)69.76º51.04%94.51%-
XYZ64.5479.5929.1-
YUV22169.87128-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 118 (46.48% from 255) = 20.34%
R=38.10%
G=41.55%
B=20.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411180.0800.510.0569.7681.4670.39
HexDDF17680335465146
Octal335361166100635106121106
Binary1101110111110001111011010000110011101100011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF176; }

 p { color: rgb(221,241,118); }

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

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

 a { background-color: rgb(221,241,118); }

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

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

 span { border-color: rgb(221,241,118); }

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