Html Css Color HEX #DFF285 Tidal

📋 copy color: '#DFF285'

red 223 ◦ green 242 ◦ blue 133

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

Shades of Tidal #DFF285

Tints of Tidal #DFF285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.47%

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

R = 37.29%
G = 40.47%
B = 22.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DFF285 (or 0xDFF285) is known color: Tidal. HEX triplet: DF, F2 and 85. RGB value is (223,242,133). Sum of RGB (Red+Green+Blue) = 223+242+133=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF285 is #200D7A. Grayscale: #E0E0E0. Windows color (decimal): -2100603 or 8778463. OLE color: 8778463.

HSL color Cylindrical-coordinate representation of color #DFF285: hue angle of 70.46º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFF285 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 133 -
CMYK 0.08 0 0.45 0.05
HSL 70.46º 0.81% 0.74% -
HSV(B) 70.46º 0.45% 0.95% -
XYZ 66.42 80.89 34.3 -
YUV 223.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 223 242 133 0.08 0 0.45 0.05 70.46 0.81 0.74
Hex DF F2 85 8 0 2D 5 46 51 4A
Octal 337 362 205 10 0 55 5 106 121 112
Binary 11011111 11110010 10000101 1000 0 101101 101 1000110 1010001 1001010

Color Harmonies of #DFF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF285

Black with #DFF285

Text Example


Text Example

White with #DFF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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