#d2f796

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

Shades of Reef #D2F796

Tints of Reef #D2F796

Color information

#D2F796 (or 0xD2F796) is unknown color: approx Reef. HEX triplet: D2, F7 and 96. RGB value is (210,247,150). Sum of RGB (Red+Green+Blue) = 210+247+150=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F796 is #2D0869. Grayscale: #E1E1E1. Windows color (decimal): -2951274 or 9893842. OLE color: 9893842.

HSL color Cylindrical-coordinate representation of color #D2F796: hue angle of 82.89º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2F796 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB210247150-
CMYK0.1500.390.03
HSL82.89º85.84%77.84%-
HSV(B)82.89º39.27%96.86%-
XYZ65.3482.4341.32-
YUV224.8885.74117.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=34.60%
G=40.69%
B=24.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102471500.1500.390.0382.8985.8477.84
HexD2F796F027353564e
Octal322367226170473123126116
Binary1101001011110111100101101111010011111101001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f796; }

 p { color: rgb(210,247,150); }

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

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

 a { background-color: rgb(210,247,150); }

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

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

 span { border-color: rgb(210,247,150); }

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