#D8F996

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

Shades of Reef #D8F996

Tints of Reef #D8F996

Color information

#D8F996 (or 0xD8F996) is unknown color: approx Reef. HEX triplet: D8, F9 and 96. RGB value is (216,249,150). Sum of RGB (Red+Green+Blue) = 216+249+150=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F996 is #270669. Grayscale: #E4E4E4. Windows color (decimal): -2557546 or 9894360. OLE color: 9894360.

HSL color Cylindrical-coordinate representation of color #D8F996: hue angle of 80º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8F996 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB216249150-
CMYK0.1300.400.02
HSL80º89.19%78.24%-
HSV(B)80º39.76%97.65%-
XYZ67.784.5541.61-
YUV227.8584.07119.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=35.12%
G=40.49%
B=24.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162491500.1300.400.028089.1978.24
HexD8F996D028250594e
Octal330371226150502120131116
Binary1101100011111001100101101101010100010101000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F996; }

 p { color: rgb(216,249,150); }

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

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

 a { background-color: rgb(216,249,150); }

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

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

 span { border-color: rgb(216,249,150); }

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