#DDFC87

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

Shades of Tidal #DDFC87

Tints of Tidal #DDFC87

Color information

#DDFC87 (or 0xDDFC87) is unknown color: approx Tidal. HEX triplet: DD, FC and 87. RGB value is (221,252,135). Sum of RGB (Red+Green+Blue) = 221+252+135=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC87 is #220378. Grayscale: #E5E5E5. Windows color (decimal): -2229113 or 8912093. OLE color: 8912093.

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

Color convert

RGB221252135-
CMYK0.1200.460.01
HSL75.9º95.12%75.88%-
HSV(B)75.9º46.43%98.82%-
XYZ6986.7436.03-
YUV229.3974.73122.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 135 (53.12% from 255) = 22.20%
R=36.35%
G=41.45%
B=22.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521350.1200.460.0175.995.1275.88
HexDDFC87C02E14c5f4c
Octal335374207140561114137114
Binary110111011111110010000111110001011101100110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC87; }

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

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

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

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

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

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

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

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