#DDF171

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

Shades of Mindaro #DDF171

Tints of Mindaro #DDF171

Color information

#DDF171 (or 0xDDF171) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 71. RGB value is (221,241,113). Sum of RGB (Red+Green+Blue) = 221+241+113=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF171 is #220E8E. Grayscale: #DCDCDC. Windows color (decimal): -2231951 or 7467485. OLE color: 7467485.

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

Color convert

RGB221241113-
CMYK0.0800.530.05
HSL69.38º82.05%69.41%-
HSV(B)69.38º53.11%94.51%-
XYZ64.2579.4727.58-
YUV220.4367.37128.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 113 (44.53% from 255) = 19.65%
R=38.43%
G=41.91%
B=19.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411130.0800.530.0569.3882.0569.41
HexDDF17180355455245
Octal335361161100655105122105
Binary1101110111110001111000110000110101101100010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF171; }

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

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

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

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

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

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

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

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