#D2FB99

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

Shades of Reef #D2FB99

Tints of Reef #D2FB99

Color information

#D2FB99 (or 0xD2FB99) is unknown color: approx Reef. HEX triplet: D2, FB and 99. RGB value is (210,251,153). Sum of RGB (Red+Green+Blue) = 210+251+153=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FB99 is #2D0466. Grayscale: #E3E3E3. Windows color (decimal): -2950247 or 10091474. OLE color: 10091474.

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

Color convert

RGB210251153-
CMYK0.1600.390.02
HSL85.1º92.45%79.22%-
HSV(B)85.1º39.04%98.43%-
XYZ66.838543.02-
YUV227.5785.92115.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 153 (60.16% from 255) = 24.92%
R=34.20%
G=40.88%
B=24.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511530.1600.390.0285.192.4579.22
HexD2FB99100272555c4f
Octal322373231200472125134117
Binary11010010111110111001100110000010011110101010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB99; }

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

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

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

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

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

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

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

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