#DDFA73

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

Shades of Mindaro #DDFA73

Tints of Mindaro #DDFA73

Color information

#DDFA73 (or 0xDDFA73) is unknown color: approx Mindaro. HEX triplet: DD, FA and 73. RGB value is (221,250,115). Sum of RGB (Red+Green+Blue) = 221+250+115=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA73 is #22058C. Grayscale: #E2E2E2. Windows color (decimal): -2229645 or 7600861. OLE color: 7600861.

HSL color Cylindrical-coordinate representation of color #DDFA73: hue angle of 72.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDFA73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB221250115-
CMYK0.1200.540.02
HSL72.89º93.1%71.57%-
HSV(B)72.89º54%98.04%-
XYZ67.184.9829.09-
YUV225.9465.39124.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 115 (45.31% from 255) = 19.62%
R=37.71%
G=42.66%
B=19.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501150.1200.540.0272.8993.171.57
HexDDFA73C0362495d48
Octal335372163140662111135110
Binary110111011111101011100111100011011010100100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA73; }

 p { color: rgb(221,250,115); }

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

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

 a { background-color: rgb(221,250,115); }

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

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

 span { border-color: rgb(221,250,115); }

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