#DFFF82

Color #DFFF82 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #DFFF82

Tints of Tidal #DFFF82

Color information

#DFFF82 (or 0xDFFF82) is unknown color: approx Tidal. HEX triplet: DF, FF and 82. RGB value is (223,255,130). Sum of RGB (Red+Green+Blue) = 223+255+130=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF82 is #20007D. Grayscale: #E7E7E7. Windows color (decimal): -2097278 or 8585183. OLE color: 8585183.

HSL color Cylindrical-coordinate representation of color #DFFF82: hue angle of 75.36º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFFF82 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB223255130-
CMYK0.1300.490
HSL75.36º100%75.49%-
HSV(B)75.36º49.02%100%-
XYZ70.2288.8234.56-
YUV231.1870.9122.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 130 (51.17% from 255) = 21.38%
R=36.68%
G=41.94%
B=21.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232551300.1300.49075.3610075.49
HexDFFF82D03104b644b
Octal337377202150610113144113
Binary110111111111111110000010110101100010100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFF82; }

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

 H1.HeaderClassName
 {
   color: #DFFF82;
 }
 .AnyTagClassName
 {
   color: #DFFF82;
 }
</style>
background-color css

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

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

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

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

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

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