#DEFE88

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

Shades of Tidal #DEFE88

Tints of Tidal #DEFE88

Color information

#DEFE88 (or 0xDEFE88) is unknown color: approx Tidal. HEX triplet: DE, FE and 88. RGB value is (222,254,136). Sum of RGB (Red+Green+Blue) = 222+254+136=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE88 is #210177. Grayscale: #E7E7E7. Windows color (decimal): -2163064 or 8978142. OLE color: 8978142.

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

Color convert

RGB222254136-
CMYK0.1300.460.00
HSL76.27º98.33%76.47%-
HSV(B)76.27º46.46%99.61%-
XYZ70.0188.1936.63-
YUV230.9874.4121.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 136 (53.52% from 255) = 22.22%
R=36.27%
G=41.50%
B=22.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541360.1300.460.0076.2798.3376.47
HexDEFE88D02E04c624c
Octal336376210150560114142114
Binary110111101111111010001000110101011100100110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE88; }

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

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

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

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

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

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

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

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