#DEFE8C

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

Shades of Tidal #DEFE8C

Tints of Tidal #DEFE8C

Color information

#DEFE8C (or 0xDEFE8C) is unknown color: approx Tidal. HEX triplet: DE, FE and 8C. RGB value is (222,254,140). Sum of RGB (Red+Green+Blue) = 222+254+140=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE8C is #210173. Grayscale: #E7E7E7. Windows color (decimal): -2163060 or 9240286. OLE color: 9240286.

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

Color convert

RGB222254140-
CMYK0.1300.450.00
HSL76.84º98.28%77.25%-
HSV(B)76.84º44.88%99.61%-
XYZ70.388.3138.15-
YUV231.4476.4121.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 140 (55.08% from 255) = 22.73%
R=36.04%
G=41.23%
B=22.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541400.1300.450.0076.8498.2877.25
HexDEFE8CD02D04d624d
Octal336376214150550115142115
Binary110111101111111010001100110101011010100110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE8C; }

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

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

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

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

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

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

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

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