Html Css Color HEX #DDFB85 Tidal

📋 copy color: '#DDFB85'

red 221 ◦ green 251 ◦ blue 133

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

Shades of Tidal #DDFB85

Tints of Tidal #DDFB85

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

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

R = 36.53%
G = 41.49%
B = 21.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#DDFB85 (or 0xDDFB85) is known color: Tidal. HEX triplet: DD, FB and 85. RGB value is (221,251,133). Sum of RGB (Red+Green+Blue) = 221+251+133=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB85 is #22047A. Grayscale: #E5E5E5. Windows color (decimal): -2229371 or 8780765. OLE color: 8780765.

HSL color Cylindrical-coordinate representation of color #DDFB85: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDFB85 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 133 -
CMYK 0.12 0 0.47 0.02
HSL 75.25º 0.94% 0.75% -
HSV(B) 75.25º 0.47% 0.98% -
XYZ 68.55 86.06 35.19 -
YUV 228.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 221 251 133 0.12 0 0.47 0.02 75.25 0.94 0.75
Hex DD FB 85 C 0 2F 2 4B 5E 4B
Octal 335 373 205 14 0 57 2 113 136 113
Binary 11011101 11111011 10000101 1100 0 101111 10 1001011 1011110 1001011

Color Harmonies of #DDFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB85

Black with #DDFB85

Text Example


Text Example

White with #DDFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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