Shades of Reef #D0FF92
Tints of Reef #D0FF92
RGB
CMYK
RGB Variations
Color information
#D0FF92 (or 0xD0FF92) is known color: Reef. HEX triplet: D0, FF and 92. RGB value is (208,255,146). Sum of RGB (Red+Green+Blue) = 208+255+146=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF92 is #2F006D. Grayscale: #E4E4E4. Windows color (decimal): -3080302 or 9633744. OLE color: 9633744.
HSL color Cylindrical-coordinate representation of color #D0FF92: hue angle of 85.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0FF92 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 146 | - |
| CMYK | 0.18 | 0 | 0.43 | 0 |
| HSL | 85.87º | 1% | 0.79% | - |
| HSV(B) | 85.87º | 0.43% | 1% | - |
| XYZ | 66.96 | 87.01 | 40.46 | - |
| YUV | 228.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 146 | 0.18 | 0 | 0.43 | 0 | 85.87 | 1 | 0.79 |
| Hex | D0 | FF | 92 | 12 | 0 | 2B | 0 | 56 | 64 | 4F |
| Octal | 320 | 377 | 222 | 22 | 0 | 53 | 0 | 126 | 144 | 117 |
| Binary | 11010000 | 11111111 | 10010010 | 10010 | 0 | 101011 | 0 | 1010110 | 1100100 | 1001111 |
Color Harmonies of #D0FF92
Complementary color
Monochromatic Colors of #D0FF92
Black with #D0FF92
Text Example
Text Example
White with #D0FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF92; }
p { color: rgb(208,255,146); }
H1.HeaderClassName
{
color: #D0FF92;
}
.AnyTagClassName
{
color: #D0FF92;
}
</style>
background-color css
<style>
a { background-color: #D0FF92; }
a { background-color: rgb(208,255,146); }
div.DivClassName
{
background-color: #D0FF92;
}
.BgClassName
{
background-color: #D0FF92;
}
</style>
border-color css
<style>
span { border-color: #D0FF92; }
span { border-color: rgb(208,255,146); }
td.TdClassName
{
border-color: #D0FF92;
}
.TagClassName
{
border-color: #D0FF92;
}
</style>