Shades of Reef #D3FC95
Tints of Reef #D3FC95
RGB
CMYK
RGB Variations
Color information
#D3FC95 (or 0xD3FC95) is known color: Reef. HEX triplet: D3, FC and 95. RGB value is (211,252,149). Sum of RGB (Red+Green+Blue) = 211+252+149=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FC95 is #2C036A. Grayscale: #E4E4E4. Windows color (decimal): -2884459 or 9829587. OLE color: 9829587.
HSL color Cylindrical-coordinate representation of color #D3FC95: hue angle of 83.88º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3FC95 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 149 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.01 |
| HSL | 83.88º | 0.94% | 0.79% | - |
| HSV(B) | 83.88º | 0.41% | 0.99% | - |
| XYZ | 67.1 | 85.64 | 41.43 | - |
| YUV | 228 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 149 | 0.16 | 0 | 0.41 | 0.01 | 83.88 | 0.94 | 0.79 |
| Hex | D3 | FC | 95 | 10 | 0 | 29 | 1 | 54 | 5E | 4F |
| Octal | 323 | 374 | 225 | 20 | 0 | 51 | 1 | 124 | 136 | 117 |
| Binary | 11010011 | 11111100 | 10010101 | 10000 | 0 | 101001 | 1 | 1010100 | 1011110 | 1001111 |
Color Harmonies of #D3FC95
Complementary color
Monochromatic Colors of #D3FC95
Black with #D3FC95
Text Example
Text Example
White with #D3FC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC95; }
p { color: rgb(211,252,149); }
H1.HeaderClassName
{
color: #D3FC95;
}
.AnyTagClassName
{
color: #D3FC95;
}
</style>
background-color css
<style>
a { background-color: #D3FC95; }
a { background-color: rgb(211,252,149); }
div.DivClassName
{
background-color: #D3FC95;
}
.BgClassName
{
background-color: #D3FC95;
}
</style>
border-color css
<style>
span { border-color: #D3FC95; }
span { border-color: rgb(211,252,149); }
td.TdClassName
{
border-color: #D3FC95;
}
.TagClassName
{
border-color: #D3FC95;
}
</style>