Shades of Reef #D0FB96
Tints of Reef #D0FB96
RGB
CMYK
RGB Variations
Color information
#D0FB96 (or 0xD0FB96) is known color: Reef. HEX triplet: D0, FB and 96. RGB value is (208,251,150). Sum of RGB (Red+Green+Blue) = 208+251+150=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB96 is #2F0469. Grayscale: #E2E2E2. Windows color (decimal): -3081322 or 9894864. OLE color: 9894864.
HSL color Cylindrical-coordinate representation of color #D0FB96: hue angle of 85.54º 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 #D0FB96 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 150 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.02 |
| HSL | 85.54º | 0.93% | 0.79% | - |
| HSV(B) | 85.54º | 0.4% | 0.98% | - |
| XYZ | 66.01 | 84.61 | 41.71 | - |
| YUV | 226.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 150 | 0.17 | 0 | 0.40 | 0.02 | 85.54 | 0.93 | 0.79 |
| Hex | D0 | FB | 96 | 11 | 0 | 28 | 2 | 56 | 5D | 4F |
| Octal | 320 | 373 | 226 | 21 | 0 | 50 | 2 | 126 | 135 | 117 |
| Binary | 11010000 | 11111011 | 10010110 | 10001 | 0 | 101000 | 10 | 1010110 | 1011101 | 1001111 |
Color Harmonies of #D0FB96
Complementary color
Monochromatic Colors of #D0FB96
Black with #D0FB96
Text Example
Text Example
White with #D0FB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB96; }
p { color: rgb(208,251,150); }
H1.HeaderClassName
{
color: #D0FB96;
}
.AnyTagClassName
{
color: #D0FB96;
}
</style>
background-color css
<style>
a { background-color: #D0FB96; }
a { background-color: rgb(208,251,150); }
div.DivClassName
{
background-color: #D0FB96;
}
.BgClassName
{
background-color: #D0FB96;
}
</style>
border-color css
<style>
span { border-color: #D0FB96; }
span { border-color: rgb(208,251,150); }
td.TdClassName
{
border-color: #D0FB96;
}
.TagClassName
{
border-color: #D0FB96;
}
</style>