#DEFF88

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

Shades of Tidal #DEFF88

Tints of Tidal #DEFF88

Color information

#DEFF88 (or 0xDEFF88) is unknown color: approx Tidal. HEX triplet: DE, FF and 88. RGB value is (222,255,136). Sum of RGB (Red+Green+Blue) = 222+255+136=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF88 is #210077. Grayscale: #E8E8E8. Windows color (decimal): -2162808 or 8978398. OLE color: 8978398.

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

Color convert

RGB222255136-
CMYK0.1300.470
HSL76.64º100%76.67%-
HSV(B)76.64º46.67%100%-
XYZ70.3388.8336.73-
YUV231.5774.07121.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 136 (53.52% from 255) = 22.19%
R=36.22%
G=41.60%
B=22.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551360.1300.47076.6410076.67
HexDEFF88D02F04d644d
Octal336377210150570115144115
Binary110111101111111110001000110101011110100110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF88; }

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

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

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

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

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

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

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

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