#DDF775

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

Shades of Mindaro #DDF775

Tints of Mindaro #DDF775

Color information

#DDF775 (or 0xDDF775) is unknown color: approx Mindaro. HEX triplet: DD, F7 and 75. RGB value is (221,247,117). Sum of RGB (Red+Green+Blue) = 221+247+117=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF775 is #22088A. Grayscale: #E0E0E0. Windows color (decimal): -2230411 or 7731165. OLE color: 7731165.

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

Color convert

RGB221247117-
CMYK0.1100.530.03
HSL72º89.04%71.37%-
HSV(B)72º52.63%96.86%-
XYZ66.2983.1829.39-
YUV224.4167.39125.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 117 (46.09% from 255) = 20%
R=37.78%
G=42.22%
B=20%

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
Decimal2212471170.1100.530.037289.0471.37
HexDDF775B0353485947
Octal335367165130653110131107
Binary110111011111011111101011011011010111100100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF775; }

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

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

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

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

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

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

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

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