#DDF175

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

Shades of Mindaro #DDF175

Tints of Mindaro #DDF175

Color information

#DDF175 (or 0xDDF175) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 75. RGB value is (221,241,117). Sum of RGB (Red+Green+Blue) = 221+241+117=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF175 is #220E8A. Grayscale: #DDDDDD. Windows color (decimal): -2231947 or 7729629. OLE color: 7729629.

HSL color Cylindrical-coordinate representation of color #DDF175: hue angle of 69.68º degrees, saturation: 0.82, 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 #DDF175 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB221241117-
CMYK0.0800.510.05
HSL69.68º81.58%70.2%-
HSV(B)69.68º51.45%94.51%-
XYZ64.4879.5728.79-
YUV220.8869.37128.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 241 (94.53% from 255) = 41.62%
BLUE value IS 117 (46.09% from 255) = 20.21%
R=38.17%
G=41.62%
B=20.21%

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
Decimal2212411170.0800.510.0569.6881.5870.2
HexDDF17580335465246
Octal335361165100635106122106
Binary1101110111110001111010110000110011101100011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF175; }

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

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

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

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

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

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

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

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