#DDF788

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

Shades of Tidal #DDF788

Tints of Tidal #DDF788

Color information

#DDF788 (or 0xDDF788) is unknown color: approx Tidal. HEX triplet: DD, F7 and 88. RGB value is (221,247,136). Sum of RGB (Red+Green+Blue) = 221+247+136=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF788 is #220877. Grayscale: #E2E2E2. Windows color (decimal): -2230392 or 8976349. OLE color: 8976349.

HSL color Cylindrical-coordinate representation of color #DDF788: hue angle of 74.05º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF788 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB221247136-
CMYK0.1100.450.03
HSL74.05º87.4%75.1%-
HSV(B)74.05º44.94%96.86%-
XYZ67.5283.6735.88-
YUV226.5776.89124.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 136 (53.52% from 255) = 22.52%
R=36.59%
G=40.89%
B=22.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471360.1100.450.0374.0587.475.1
HexDDF788B02D34a574b
Octal335367210130553112127113
Binary1101110111110111100010001011010110111100101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF788; }

 p { color: rgb(221,247,136); }

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

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

 a { background-color: rgb(221,247,136); }

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

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

 span { border-color: rgb(221,247,136); }

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