Html Css Color HEX #DFF085 Tidal

📋 copy color: '#DFF085'

red 223 ◦ green 240 ◦ blue 133

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

Shades of Tidal #DFF085

Tints of Tidal #DFF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

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

R = 37.42%
G = 40.27%
B = 22.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DFF085 (or 0xDFF085) is known color: Tidal. HEX triplet: DF, F0 and 85. RGB value is (223,240,133). Sum of RGB (Red+Green+Blue) = 223+240+133=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF085 is #200F7A. Grayscale: #DFDFDF. Windows color (decimal): -2101115 or 8777951. OLE color: 8777951.

HSL color Cylindrical-coordinate representation of color #DFF085: hue angle of 69.53º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFF085 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 240 133 -
CMYK 0.07 0 0.45 0.06
HSL 69.53º 0.78% 0.73% -
HSV(B) 69.53º 0.45% 0.94% -
XYZ 65.83 79.7 34.1 -
YUV 222.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 223 240 133 0.07 0 0.45 0.06 69.53 0.78 0.73
Hex DF F0 85 7 0 2D 6 46 4E 49
Octal 337 360 205 7 0 55 6 106 116 111
Binary 11011111 11110000 10000101 111 0 101101 110 1000110 1001110 1001001

Color Harmonies of #DFF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF085

Black with #DFF085

Text Example


Text Example

White with #DFF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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