#D2FC97

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

Shades of Reef #D2FC97

Tints of Reef #D2FC97

Color information

#D2FC97 (or 0xD2FC97) is unknown color: approx Reef. HEX triplet: D2, FC and 97. RGB value is (210,252,151). Sum of RGB (Red+Green+Blue) = 210+252+151=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FC97 is #2D0368. Grayscale: #E4E4E4. Windows color (decimal): -2949993 or 9960658. OLE color: 9960658.

HSL color Cylindrical-coordinate representation of color #D2FC97: hue angle of 84.95º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2FC97 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB210252151-
CMYK0.1700.400.01
HSL84.95º94.39%79.02%-
HSV(B)84.95º40.08%98.82%-
XYZ66.9785.5642.26-
YUV227.9384.59115.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 151 (59.38% from 255) = 24.63%
R=34.26%
G=41.11%
B=24.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102521510.1700.400.0184.9594.3979.02
HexD2FC97110281555e4f
Octal322374227210501125136117
Binary1101001011111100100101111000101010001101010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FC97; }

 p { color: rgb(210,252,151); }

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

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

 a { background-color: rgb(210,252,151); }

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

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

 span { border-color: rgb(210,252,151); }

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