#DEFE96

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

Shades of Reef #DEFE96

Tints of Reef #DEFE96

Color information

#DEFE96 (or 0xDEFE96) is unknown color: approx Reef. HEX triplet: DE, FE and 96. RGB value is (222,254,150). Sum of RGB (Red+Green+Blue) = 222+254+150=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE96 is #210169. Grayscale: #E8E8E8. Windows color (decimal): -2163050 or 9895646. OLE color: 9895646.

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

Color convert

RGB222254150-
CMYK0.1300.410.00
HSL78.46º98.11%79.22%-
HSV(B)78.46º40.94%99.61%-
XYZ71.0788.6242.21-
YUV232.5881.4120.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 150 (58.98% from 255) = 23.96%
R=35.46%
G=40.58%
B=23.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541500.1300.410.0078.4698.1179.22
HexDEFE96D02904e624f
Octal336376226150510116142117
Binary110111101111111010010110110101010010100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE96; }

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

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

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

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

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

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

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

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