#D7FA96

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

Shades of Reef #D7FA96

Tints of Reef #D7FA96

Color information

#D7FA96 (or 0xD7FA96) is unknown color: approx Reef. HEX triplet: D7, FA and 96. RGB value is (215,250,150). Sum of RGB (Red+Green+Blue) = 215+250+150=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FA96 is #280569. Grayscale: #E4E4E4. Windows color (decimal): -2622826 or 9894615. OLE color: 9894615.

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

Color convert

RGB215250150-
CMYK0.1400.40.02
HSL81º90.91%78.43%-
HSV(B)81º40%98.04%-
XYZ67.7185.0241.7-
YUV228.1483.9118.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=34.96%
G=40.65%
B=24.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152501500.1400.40.028190.9178.43
HexD7FA96E0282515b4e
Octal327372226160502121133116
Binary1101011111111010100101101110010100010101000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FA96; }

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

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

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

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

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

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

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

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