Html Css Color HEX #DDFF88 Tidal

📋 copy color: '#DDFF88'

red 221 ◦ green 255 ◦ blue 136

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

Shades of Tidal #DDFF88

Tints of Tidal #DDFF88

RGB

 RED value IS 221 (86.72% from 255) = 36.11%

 GREEN value IS 255 (100% from 255) = 41.67%

 BLUE value IS 136 (53.52% from 255) = 22.22%

R = 36.11%
G = 41.67%
B = 22.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#DDFF88 (or 0xDDFF88) is known color: Tidal. HEX triplet: DD, FF and 88. RGB value is (221,255,136). Sum of RGB (Red+Green+Blue) = 221+255+136=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF88 is #220077. Grayscale: #E7E7E7. Windows color (decimal): -2228344 or 8978397. OLE color: 8978397.

HSL color Cylindrical-coordinate representation of color #DDFF88: hue angle of 77.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDFF88 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 136 -
CMYK 0.13 0 0.47 0
HSL 77.14º 1% 0.77% -
HSV(B) 77.14º 0.47% 1% -
XYZ 70.02 88.67 36.72 -
YUV 231.27 74.24 120.68 -
System Red Green Blue C M Y K H S L
Decimal 221 255 136 0.13 0 0.47 0 77.14 1 0.77
Hex DD FF 88 D 0 2F 0 4D 64 4D
Octal 335 377 210 15 0 57 0 115 144 115
Binary 11011101 11111111 10001000 1101 0 101111 0 1001101 1100100 1001101

Color Harmonies of #DDFF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF88

Black with #DDFF88

Text Example


Text Example

White with #DDFF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF88; }

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

 H1.HeaderClassName
 {
   color: #DDFF88;
 }
 .AnyTagClassName
 {
   color: #DDFF88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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