#DEFF96

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

Shades of Reef #DEFF96

Tints of Reef #DEFF96

Color information

#DEFF96 (or 0xDEFF96) is unknown color: approx Reef. HEX triplet: DE, FF and 96. RGB value is (222,255,150). Sum of RGB (Red+Green+Blue) = 222+255+150=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF96 is #210069. Grayscale: #E9E9E9. Windows color (decimal): -2162794 or 9895902. OLE color: 9895902.

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

Color convert

RGB222255150-
CMYK0.1300.410
HSL78.86º100%79.41%-
HSV(B)78.86º41.18%100%-
XYZ71.3989.2542.32-
YUV233.1681.07120.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 150 (58.98% from 255) = 23.92%
R=35.41%
G=40.67%
B=23.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551500.1300.41078.8610079.41
HexDEFF96D02904f644f
Octal336377226150510117144117
Binary110111101111111110010110110101010010100111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF96; }

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

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

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

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

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

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

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

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