Html Css Color HEX #DFFF85 Tidal

📋 copy color: '#DFFF85'

red 223 ◦ green 255 ◦ blue 133

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

Shades of Tidal #DFFF85

Tints of Tidal #DFFF85

RGB

 RED value IS 223 (87.5% from 255) = 36.5%

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

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

R = 36.5%
G = 41.73%
B = 21.77%

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

#DFFF85 (or 0xDFFF85) is known color: Tidal. HEX triplet: DF, FF and 85. RGB value is (223,255,133). Sum of RGB (Red+Green+Blue) = 223+255+133=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF85 is #20007A. Grayscale: #E7E7E7. Windows color (decimal): -2097275 or 8781791. OLE color: 8781791.

HSL color Cylindrical-coordinate representation of color #DFFF85: hue angle of 75.74º 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 #DFFF85 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 223 255 133 -
CMYK 0.13 0 0.48 0
HSL 75.74º 1% 0.76% -
HSV(B) 75.74º 0.48% 1% -
XYZ 70.43 88.9 35.64 -
YUV 231.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 223 255 133 0.13 0 0.48 0 75.74 1 0.76
Hex DF FF 85 D 0 30 0 4C 64 4C
Octal 337 377 205 15 0 60 0 114 144 114
Binary 11011111 11111111 10000101 1101 0 110000 0 1001100 1100100 1001100

Color Harmonies of #DFFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFF85

Black with #DFFF85

Text Example


Text Example

White with #DFFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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