Html Css Color HEX #DFF985 Tidal

📋 copy color: '#DFF985'

red 223 ◦ green 249 ◦ blue 133

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

Shades of Tidal #DFF985

Tints of Tidal #DFF985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.16%

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

R = 36.86%
G = 41.16%
B = 21.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#DFF985 (or 0xDFF985) is known color: Tidal. HEX triplet: DF, F9 and 85. RGB value is (223,249,133). Sum of RGB (Red+Green+Blue) = 223+249+133=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF985 is #20067A. Grayscale: #E4E4E4. Windows color (decimal): -2098811 or 8780255. OLE color: 8780255.

HSL color Cylindrical-coordinate representation of color #DFF985: hue angle of 73.45º degrees, saturation: 0.91, 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 #DFF985 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 249 133 -
CMYK 0.10 0 0.47 0.02
HSL 73.45º 0.91% 0.75% -
HSV(B) 73.45º 0.47% 0.98% -
XYZ 68.54 85.13 35.01 -
YUV 228 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 223 249 133 0.10 0 0.47 0.02 73.45 0.91 0.75
Hex DF F9 85 A 0 2F 2 49 5B 4B
Octal 337 371 205 12 0 57 2 111 133 113
Binary 11011111 11111001 10000101 1010 0 101111 10 1001001 1011011 1001011

Color Harmonies of #DFF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF985

Black with #DFF985

Text Example


Text Example

White with #DFF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF985; }

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

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

background-color css

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

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

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

border-color css

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

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

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