#DEF588

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

Shades of Tidal #DEF588

Tints of Tidal #DEF588

Color information

#DEF588 (or 0xDEF588) is unknown color: approx Tidal. HEX triplet: DE, F5 and 88. RGB value is (222,245,136). Sum of RGB (Red+Green+Blue) = 222+245+136=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF588 is #210A77. Grayscale: #E2E2E2. Windows color (decimal): -2165368 or 8975838. OLE color: 8975838.

HSL color Cylindrical-coordinate representation of color #DEF588: hue angle of 72.66º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEF588 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB222245136-
CMYK0.0900.440.04
HSL72.66º84.5%74.71%-
HSV(B)72.66º44.49%96.08%-
XYZ67.2282.6135.7-
YUV225.777.38125.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 136 (53.52% from 255) = 22.55%
R=36.82%
G=40.63%
B=22.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451360.0900.440.0472.6684.574.71
HexDEF588902C449544b
Octal336365210110544111124113
Binary11011110111101011000100010010101100100100100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF588; }

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

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

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

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

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

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

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

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