#DDFC68

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

Shades of Mindaro #DDFC68

Tints of Mindaro #DDFC68

Color information

#DDFC68 (or 0xDDFC68) is unknown color: approx Mindaro. HEX triplet: DD, FC and 68. RGB value is (221,252,104). Sum of RGB (Red+Green+Blue) = 221+252+104=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC68 is #220397. Grayscale: #E2E2E2. Windows color (decimal): -2229144 or 6880477. OLE color: 6880477.

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

Color convert

RGB221252104-
CMYK0.1200.590.01
HSL72.57º96.1%69.8%-
HSV(B)72.57º58.73%98.82%-
XYZ67.1385.9926.16-
YUV225.8659.23124.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 104 (41.02% from 255) = 18.02%
R=38.30%
G=43.67%
B=18.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521040.1200.590.0172.5796.169.8
HexDDFC68C03B1496046
Octal335374150140731111140106
Binary11011101111111001101000110001110111100100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC68; }

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

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

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

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

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

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

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

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