#DDF88A

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

Shades of Tidal #DDF88A

Tints of Tidal #DDF88A

Color information

#DDF88A (or 0xDDF88A) is unknown color: approx Tidal. HEX triplet: DD, F8 and 8A. RGB value is (221,248,138). Sum of RGB (Red+Green+Blue) = 221+248+138=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF88A is #220775. Grayscale: #E3E3E3. Windows color (decimal): -2230134 or 9107677. OLE color: 9107677.

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

Color convert

RGB221248138-
CMYK0.1100.440.03
HSL74.73º88.71%75.69%-
HSV(B)74.73º44.35%97.25%-
XYZ67.9784.3436.74-
YUV227.3977.55123.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 248 (97.27% from 255) = 40.86%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=36.41%
G=40.86%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481380.1100.440.0374.7388.7175.69
HexDDF88AB02C34b594c
Octal335370212130543113131114
Binary1101110111111000100010101011010110011100101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF88A; }

 p { color: rgb(221,248,138); }

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

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

 a { background-color: rgb(221,248,138); }

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

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

 span { border-color: rgb(221,248,138); }

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