#DEFB8D

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

Shades of Tidal #DEFB8D

Tints of Tidal #DEFB8D

Color information

#DEFB8D (or 0xDEFB8D) is unknown color: approx Tidal. HEX triplet: DE, FB and 8D. RGB value is (222,251,141). Sum of RGB (Red+Green+Blue) = 222+251+141=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB8D is #210472. Grayscale: #E6E6E6. Windows color (decimal): -2163827 or 9305054. OLE color: 9305054.

HSL color Cylindrical-coordinate representation of color #DEFB8D: hue angle of 75.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEFB8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB222251141-
CMYK0.1200.440.02
HSL75.82º93.22%76.86%-
HSV(B)75.82º43.82%98.43%-
XYZ69.4386.4538.23-
YUV229.7977.89122.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 141 (55.47% from 255) = 22.96%
R=36.16%
G=40.88%
B=22.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511410.1200.440.0275.8293.2276.86
HexDEFB8DC02C24c5d4d
Octal336373215140542114135115
Binary1101111011111011100011011100010110010100110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB8D; }

 p { color: rgb(222,251,141); }

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

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

 a { background-color: rgb(222,251,141); }

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

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

 span { border-color: rgb(222,251,141); }

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