Html Css Color HEX #DDF88A Tidal

📋 copy color: '#DDF88A'

red 221 ◦ green 248 ◦ blue 138

#DDF88A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #DDF88A

Tints of Tidal #DDF88A

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.3% from 255) = 22.73%

R = 36.41%
G = 40.86%
B = 22.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#DDF88A (or 0xDDF88A) is known color: 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

RGB 221 248 138 -
CMYK 0.11 0 0.44 0.03
HSL 74.73º 0.89% 0.76% -
HSV(B) 74.73º 0.44% 0.97% -
XYZ 67.97 84.34 36.74 -
YUV 227.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 221 248 138 0.11 0 0.44 0.03 74.73 0.89 0.76
Hex DD F8 8A B 0 2C 3 4B 59 4C
Octal 335 370 212 13 0 54 3 113 131 114
Binary 11011101 11111000 10001010 1011 0 101100 11 1001011 1011001 1001100

Color Harmonies of #DDF88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF88A

Black with #DDF88A

Text Example


Text Example

White with #DDF88A

Text Example


Text Example

HTML Codes & Css Web 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>