#DDFC74

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

Shades of Mindaro #DDFC74

Tints of Mindaro #DDFC74

Color information

#DDFC74 (or 0xDDFC74) is unknown color: approx Mindaro. HEX triplet: DD, FC and 74. RGB value is (221,252,116). Sum of RGB (Red+Green+Blue) = 221+252+116=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC74 is #22038B. Grayscale: #E3E3E3. Windows color (decimal): -2229132 or 7666909. OLE color: 7666909.

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

Color convert

RGB221252116-
CMYK0.1200.540.01
HSL73.68º95.77%72.16%-
HSV(B)73.68º53.97%98.82%-
XYZ67.7886.2529.6-
YUV227.2365.23123.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 116 (45.70% from 255) = 19.69%
R=37.52%
G=42.78%
B=19.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521160.1200.540.0173.6895.7772.16
HexDDFC74C03614a6048
Octal335374164140661112140110
Binary11011101111111001110100110001101101100101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC74; }

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

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

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

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

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

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

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

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