#DDFB84

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

Shades of Tidal #DDFB84

Tints of Tidal #DDFB84

Color information

#DDFB84 (or 0xDDFB84) is unknown color: approx Tidal. HEX triplet: DD, FB and 84. RGB value is (221,251,132). Sum of RGB (Red+Green+Blue) = 221+251+132=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB84 is #22047B. Grayscale: #E4E4E4. Windows color (decimal): -2229372 or 8715229. OLE color: 8715229.

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

Color convert

RGB221251132-
CMYK0.1200.470.02
HSL75.13º93.7%75.1%-
HSV(B)75.13º47.41%98.43%-
XYZ68.4886.0334.83-
YUV228.4673.56122.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 132 (51.95% from 255) = 21.85%
R=36.59%
G=41.56%
B=21.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511320.1200.470.0275.1393.775.1
HexDDFB84C02F24b5e4b
Octal335373204140572113136113
Binary1101110111111011100001001100010111110100101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB84; }

 p { color: rgb(221,251,132); }

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

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

 a { background-color: rgb(221,251,132); }

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

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

 span { border-color: rgb(221,251,132); }

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