Html Css Color HEX #DDFF85 Tidal

📋 copy color: '#DDFF85'

red 221 ◦ green 255 ◦ blue 133

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

Shades of Tidal #DDFF85

Tints of Tidal #DDFF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.84%

R = 36.29%
G = 41.87%
B = 21.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#DDFF85 (or 0xDDFF85) is known color: Tidal. HEX triplet: DD, FF and 85. RGB value is (221,255,133). Sum of RGB (Red+Green+Blue) = 221+255+133=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF85 is #22007A. Grayscale: #E7E7E7. Windows color (decimal): -2228347 or 8781789. OLE color: 8781789.

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

Color convert

RGB 221 255 133 -
CMYK 0.13 0 0.48 0
HSL 76.72º 1% 0.76% -
HSV(B) 76.72º 0.48% 1% -
XYZ 69.81 88.59 35.61 -
YUV 230.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 221 255 133 0.13 0 0.48 0 76.72 1 0.76
Hex DD FF 85 D 0 30 0 4D 64 4C
Octal 335 377 205 15 0 60 0 115 144 114
Binary 11011101 11111111 10000101 1101 0 110000 0 1001101 1100100 1001100

Color Harmonies of #DDFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF85

Black with #DDFF85

Text Example


Text Example

White with #DDFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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