Shades of Reef #C0FB99
Tints of Reef #C0FB99
RGB
CMYK
RGB Variations
Color information
#C0FB99 (or 0xC0FB99) is known color: Reef. HEX triplet: C0, FB and 99. RGB value is (192,251,153). Sum of RGB (Red+Green+Blue) = 192+251+153=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB99 is #3F0466. Grayscale: #DEDEDE. Windows color (decimal): -4129895 or 10091456. OLE color: 10091456.
HSL color Cylindrical-coordinate representation of color #C0FB99: hue angle of 96.12º 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 #C0FB99 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 153 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.02 |
| HSL | 96.12º | 0.92% | 0.79% | - |
| HSV(B) | 96.12º | 0.39% | 0.98% | - |
| XYZ | 61.99 | 82.5 | 42.79 | - |
| YUV | 222.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 153 | 0.24 | 0 | 0.39 | 0.02 | 96.12 | 0.92 | 0.79 |
| Hex | C0 | FB | 99 | 18 | 0 | 27 | 2 | 60 | 5C | 4F |
| Octal | 300 | 373 | 231 | 30 | 0 | 47 | 2 | 140 | 134 | 117 |
| Binary | 11000000 | 11111011 | 10011001 | 11000 | 0 | 100111 | 10 | 1100000 | 1011100 | 1001111 |
Color Harmonies of #C0FB99
Complementary color
Monochromatic Colors of #C0FB99
Black with #C0FB99
Text Example
Text Example
White with #C0FB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB99; }
p { color: rgb(192,251,153); }
H1.HeaderClassName
{
color: #C0FB99;
}
.AnyTagClassName
{
color: #C0FB99;
}
</style>
background-color css
<style>
a { background-color: #C0FB99; }
a { background-color: rgb(192,251,153); }
div.DivClassName
{
background-color: #C0FB99;
}
.BgClassName
{
background-color: #C0FB99;
}
</style>
border-color css
<style>
span { border-color: #C0FB99; }
span { border-color: rgb(192,251,153); }
td.TdClassName
{
border-color: #C0FB99;
}
.TagClassName
{
border-color: #C0FB99;
}
</style>