#DDF98C

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

Shades of Tidal #DDF98C

Tints of Tidal #DDF98C

Color information

#DDF98C (or 0xDDF98C) is unknown color: approx Tidal. HEX triplet: DD, F9 and 8C. RGB value is (221,249,140). Sum of RGB (Red+Green+Blue) = 221+249+140=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98C is #220673. Grayscale: #E4E4E4. Windows color (decimal): -2229876 or 9239005. OLE color: 9239005.

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

Color convert

RGB221249140-
CMYK0.1100.440.02
HSL75.41º90.08%76.27%-
HSV(B)75.41º43.78%97.65%-
XYZ68.4385.0237.61-
YUV228.278.22122.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=36.23%
G=40.82%
B=22.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491400.1100.440.0275.4190.0876.27
HexDDF98CB02C24b5a4c
Octal335371214130542113132114
Binary1101110111111001100011001011010110010100101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF98C; }

 p { color: rgb(221,249,140); }

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

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

 a { background-color: rgb(221,249,140); }

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

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

 span { border-color: rgb(221,249,140); }

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