Html Css Color HEX #DDFF83 Tidal

📋 copy color: '#DDFF83'

red 221 ◦ green 255 ◦ blue 131

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

Shades of Tidal #DDFF83

Tints of Tidal #DDFF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.58%

R = 36.41%
G = 42.01%
B = 21.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#DDFF83 (or 0xDDFF83) is known color: Tidal. HEX triplet: DD, FF and 83. RGB value is (221,255,131). Sum of RGB (Red+Green+Blue) = 221+255+131=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF83 is #22007C. Grayscale: #E7E7E7. Windows color (decimal): -2228349 or 8650717. OLE color: 8650717.

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

Color convert

RGB 221 255 131 -
CMYK 0.13 0 0.49 0
HSL 76.45º 1% 0.76% -
HSV(B) 76.45º 0.49% 1% -
XYZ 69.68 88.53 34.89 -
YUV 230.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 221 255 131 0.13 0 0.49 0 76.45 1 0.76
Hex DD FF 83 D 0 31 0 4C 64 4C
Octal 335 377 203 15 0 61 0 114 144 114
Binary 11011101 11111111 10000011 1101 0 110001 0 1001100 1100100 1001100

Color Harmonies of #DDFF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF83

Black with #DDFF83

Text Example


Text Example

White with #DDFF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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