Shades of Reef #D0FB9A
Tints of Reef #D0FB9A
RGB
CMYK
RGB Variations
Color information
#D0FB9A (or 0xD0FB9A) is known color: Reef. HEX triplet: D0, FB and 9A. RGB value is (208,251,154). Sum of RGB (Red+Green+Blue) = 208+251+154=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB9A is #2F0465. Grayscale: #E3E3E3. Windows color (decimal): -3081318 or 10157008. OLE color: 10157008.
HSL color Cylindrical-coordinate representation of color #D0FB9A: hue angle of 86.6º 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 #D0FB9A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 154 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.02 |
| HSL | 86.6º | 0.92% | 0.79% | - |
| HSV(B) | 86.6º | 0.39% | 0.98% | - |
| XYZ | 66.34 | 84.74 | 43.43 | - |
| YUV | 227.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 154 | 0.17 | 0 | 0.39 | 0.02 | 86.6 | 0.92 | 0.79 |
| Hex | D0 | FB | 9A | 11 | 0 | 27 | 2 | 57 | 5C | 4F |
| Octal | 320 | 373 | 232 | 21 | 0 | 47 | 2 | 127 | 134 | 117 |
| Binary | 11010000 | 11111011 | 10011010 | 10001 | 0 | 100111 | 10 | 1010111 | 1011100 | 1001111 |
Color Harmonies of #D0FB9A
Complementary color
Monochromatic Colors of #D0FB9A
Black with #D0FB9A
Text Example
Text Example
White with #D0FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB9A; }
p { color: rgb(208,251,154); }
H1.HeaderClassName
{
color: #D0FB9A;
}
.AnyTagClassName
{
color: #D0FB9A;
}
</style>
background-color css
<style>
a { background-color: #D0FB9A; }
a { background-color: rgb(208,251,154); }
div.DivClassName
{
background-color: #D0FB9A;
}
.BgClassName
{
background-color: #D0FB9A;
}
</style>
border-color css
<style>
span { border-color: #D0FB9A; }
span { border-color: rgb(208,251,154); }
td.TdClassName
{
border-color: #D0FB9A;
}
.TagClassName
{
border-color: #D0FB9A;
}
</style>