Shades of Reef #D0F195
Tints of Reef #D0F195
RGB
CMYK
RGB Variations
Color information
#D0F195 (or 0xD0F195) is known color: Reef. HEX triplet: D0, F1 and 95. RGB value is (208,241,149). Sum of RGB (Red+Green+Blue) = 208+241+149=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F195 is #2F0E6A. Grayscale: #DCDCDC. Windows color (decimal): -3083883 or 9826768. OLE color: 9826768.
HSL color Cylindrical-coordinate representation of color #D0F195: hue angle of 81.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0F195 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 149 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.05 |
| HSL | 81.52º | 0.77% | 0.76% | - |
| HSV(B) | 81.52º | 0.38% | 0.95% | - |
| XYZ | 62.89 | 78.49 | 40.27 | - |
| YUV | 220.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 149 | 0.14 | 0 | 0.38 | 0.05 | 81.52 | 0.77 | 0.76 |
| Hex | D0 | F1 | 95 | E | 0 | 26 | 5 | 52 | 4D | 4C |
| Octal | 320 | 361 | 225 | 16 | 0 | 46 | 5 | 122 | 115 | 114 |
| Binary | 11010000 | 11110001 | 10010101 | 1110 | 0 | 100110 | 101 | 1010010 | 1001101 | 1001100 |
Color Harmonies of #D0F195
Complementary color
Monochromatic Colors of #D0F195
Black with #D0F195
Text Example
Text Example
White with #D0F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F195; }
p { color: rgb(208,241,149); }
H1.HeaderClassName
{
color: #D0F195;
}
.AnyTagClassName
{
color: #D0F195;
}
</style>
background-color css
<style>
a { background-color: #D0F195; }
a { background-color: rgb(208,241,149); }
div.DivClassName
{
background-color: #D0F195;
}
.BgClassName
{
background-color: #D0F195;
}
</style>
border-color css
<style>
span { border-color: #D0F195; }
span { border-color: rgb(208,241,149); }
td.TdClassName
{
border-color: #D0F195;
}
.TagClassName
{
border-color: #D0F195;
}
</style>