#D2FC96

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

Shades of Reef #D2FC96

Tints of Reef #D2FC96

Color information

#D2FC96 (or 0xD2FC96) is unknown color: approx Reef. HEX triplet: D2, FC and 96. RGB value is (210,252,150). Sum of RGB (Red+Green+Blue) = 210+252+150=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FC96 is #2D0369. Grayscale: #E4E4E4. Windows color (decimal): -2949994 or 9895122. OLE color: 9895122.

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

Color convert

RGB210252150-
CMYK0.1700.400.01
HSL84.71º94.44%78.82%-
HSV(B)84.71º40.48%98.82%-
XYZ66.8985.5241.84-
YUV227.8184.09115.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 252 (98.83% from 255) = 41.18%
BLUE value IS 150 (58.98% from 255) = 24.51%
R=34.31%
G=41.18%
B=24.51%

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
Decimal2102521500.1700.400.0184.7194.4478.82
HexD2FC96110281555e4f
Octal322374226210501125136117
Binary1101001011111100100101101000101010001101010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FC96; }

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

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

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

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

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

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

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

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