#D7F996

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

Shades of Reef #D7F996

Tints of Reef #D7F996

Color information

#D7F996 (or 0xD7F996) is unknown color: approx Reef. HEX triplet: D7, F9 and 96. RGB value is (215,249,150). Sum of RGB (Red+Green+Blue) = 215+249+150=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F996 is #280669. Grayscale: #E3E3E3. Windows color (decimal): -2623082 or 9894359. OLE color: 9894359.

HSL color Cylindrical-coordinate representation of color #D7F996: hue angle of 80.61º 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 #D7F996 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB215249150-
CMYK0.1400.400.02
HSL80.61º89.19%78.24%-
HSV(B)80.61º39.76%97.65%-
XYZ67.4184.441.59-
YUV227.5584.24119.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 150 (58.98% from 255) = 24.43%
R=35.02%
G=40.55%
B=24.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152491500.1400.400.0280.6189.1978.24
HexD7F996E028251594e
Octal327371226160502121131116
Binary1101011111111001100101101110010100010101000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F996; }

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

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

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

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

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

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

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

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