#DDF875

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

Shades of Mindaro #DDF875

Tints of Mindaro #DDF875

Color information

#DDF875 (or 0xDDF875) is unknown color: approx Mindaro. HEX triplet: DD, F8 and 75. RGB value is (221,248,117). Sum of RGB (Red+Green+Blue) = 221+248+117=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF875 is #22078A. Grayscale: #E1E1E1. Windows color (decimal): -2230155 or 7731421. OLE color: 7731421.

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

Color convert

RGB221248117-
CMYK0.1100.530.03
HSL72.37º90.34%71.57%-
HSV(B)72.37º52.82%97.25%-
XYZ66.683.7929.49-
YUV224.9967.05125.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 117 (46.09% from 255) = 19.97%
R=37.71%
G=42.32%
B=19.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481170.1100.530.0372.3790.3471.57
HexDDF875B0353485a48
Octal335370165130653110132110
Binary110111011111100011101011011011010111100100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF875; }

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

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

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

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

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

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

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

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