#DDFA87

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

Shades of Tidal #DDFA87

Tints of Tidal #DDFA87

Color information

#DDFA87 (or 0xDDFA87) is unknown color: approx Tidal. HEX triplet: DD, FA and 87. RGB value is (221,250,135). Sum of RGB (Red+Green+Blue) = 221+250+135=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA87 is #220578. Grayscale: #E4E4E4. Windows color (decimal): -2229625 or 8911581. OLE color: 8911581.

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

Color convert

RGB221250135-
CMYK0.1200.460.02
HSL75.13º92%75.49%-
HSV(B)75.13º46%98.04%-
XYZ68.3885.4935.82-
YUV228.2275.39122.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 135 (53.12% from 255) = 22.28%
R=36.47%
G=41.25%
B=22.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501350.1200.460.0275.139275.49
HexDDFA87C02E24b5c4b
Octal335372207140562113134113
Binary1101110111111010100001111100010111010100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA87; }

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

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

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

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

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

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

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

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