#DDF78A

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

Shades of Tidal #DDF78A

Tints of Tidal #DDF78A

Color information

#DDF78A (or 0xDDF78A) is unknown color: approx Tidal. HEX triplet: DD, F7 and 8A. RGB value is (221,247,138). Sum of RGB (Red+Green+Blue) = 221+247+138=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF78A is #220875. Grayscale: #E3E3E3. Windows color (decimal): -2230390 or 9107421. OLE color: 9107421.

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

Color convert

RGB221247138-
CMYK0.1100.440.03
HSL74.31º87.2%75.49%-
HSV(B)74.31º44.13%96.86%-
XYZ67.6783.7336.64-
YUV226.877.89123.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 138 (54.30% from 255) = 22.77%
R=36.47%
G=40.76%
B=22.77%

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
Decimal2212471380.1100.440.0374.3187.275.49
HexDDF78AB02C34a574b
Octal335367212130543112127113
Binary1101110111110111100010101011010110011100101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF78A; }

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

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

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

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

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

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

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

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