#D2FB97

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

Shades of Reef #D2FB97

Tints of Reef #D2FB97

Color information

#D2FB97 (or 0xD2FB97) is unknown color: approx Reef. HEX triplet: D2, FB and 97. RGB value is (210,251,151). Sum of RGB (Red+Green+Blue) = 210+251+151=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FB97 is #2D0468. Grayscale: #E3E3E3. Windows color (decimal): -2950249 or 9960402. OLE color: 9960402.

HSL color Cylindrical-coordinate representation of color #D2FB97: hue angle of 84.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2FB97 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB210251151-
CMYK0.1600.400.02
HSL84.6º92.59%78.82%-
HSV(B)84.6º39.84%98.43%-
XYZ66.6684.9342.16-
YUV227.3484.92115.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 151 (59.38% from 255) = 24.67%
R=34.31%
G=41.01%
B=24.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511510.1600.400.0284.692.5978.82
HexD2FB97100282555d4f
Octal322373227200502125135117
Binary11010010111110111001011110000010100010101010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB97; }

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

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

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

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

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

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

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

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