#DDFA74

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

Shades of Mindaro #DDFA74

Tints of Mindaro #DDFA74

Color information

#DDFA74 (or 0xDDFA74) is unknown color: approx Mindaro. HEX triplet: DD, FA and 74. RGB value is (221,250,116). Sum of RGB (Red+Green+Blue) = 221+250+116=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA74 is #22058B. Grayscale: #E2E2E2. Windows color (decimal): -2229644 or 7666397. OLE color: 7666397.

HSL color Cylindrical-coordinate representation of color #DDFA74: hue angle of 72.99º 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 #DDFA74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB221250116-
CMYK0.1200.540.02
HSL72.99º93.06%71.76%-
HSV(B)72.99º53.6%98.04%-
XYZ67.168529.39-
YUV226.0565.89124.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 116 (45.70% from 255) = 19.76%
R=37.65%
G=42.59%
B=19.76%

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
Decimal2212501160.1200.540.0272.9993.0671.76
HexDDFA74C0362495d48
Octal335372164140662111135110
Binary110111011111101011101001100011011010100100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA74; }

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

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

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

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

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

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

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

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