#DEFF85

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

Shades of Tidal #DEFF85

Tints of Tidal #DEFF85

Color information

#DEFF85 (or 0xDEFF85) is unknown color: approx Tidal. HEX triplet: DE, FF and 85. RGB value is (222,255,133). Sum of RGB (Red+Green+Blue) = 222+255+133=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF85 is #21007A. Grayscale: #E7E7E7. Windows color (decimal): -2162811 or 8781790. OLE color: 8781790.

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

Color convert

RGB222255133-
CMYK0.1300.480
HSL76.23º100%76.08%-
HSV(B)76.23º47.84%100%-
XYZ70.1288.7435.62-
YUV231.2272.57121.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 133 (52.34% from 255) = 21.80%
R=36.39%
G=41.80%
B=21.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551330.1300.48076.2310076.08
HexDEFF85D03004c644c
Octal336377205150600114144114
Binary110111101111111110000101110101100000100110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF85; }

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

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

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

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

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

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

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

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