Shades of Reef #C0F998
Tints of Reef #C0F998
RGB
CMYK
RGB Variations
Color information
#C0F998 (or 0xC0F998) is known color: Reef. HEX triplet: C0, F9 and 98. RGB value is (192,249,152). Sum of RGB (Red+Green+Blue) = 192+249+152=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F998 is #3F0667. Grayscale: #DDDDDD. Windows color (decimal): -4130408 or 10025408. OLE color: 10025408.
HSL color Cylindrical-coordinate representation of color #C0F998: hue angle of 95.26º degrees, saturation: 0.89, 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 #C0F998 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 152 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 95.26º | 0.89% | 0.79% | - |
| HSV(B) | 95.26º | 0.39% | 0.98% | - |
| XYZ | 61.28 | 81.22 | 42.15 | - |
| YUV | 220.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 152 | 0.23 | 0 | 0.39 | 0.02 | 95.26 | 0.89 | 0.79 |
| Hex | C0 | F9 | 98 | 17 | 0 | 27 | 2 | 5F | 59 | 4F |
| Octal | 300 | 371 | 230 | 27 | 0 | 47 | 2 | 137 | 131 | 117 |
| Binary | 11000000 | 11111001 | 10011000 | 10111 | 0 | 100111 | 10 | 1011111 | 1011001 | 1001111 |
Color Harmonies of #C0F998
Complementary color
Monochromatic Colors of #C0F998
Black with #C0F998
Text Example
Text Example
White with #C0F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F998; }
p { color: rgb(192,249,152); }
H1.HeaderClassName
{
color: #C0F998;
}
.AnyTagClassName
{
color: #C0F998;
}
</style>
background-color css
<style>
a { background-color: #C0F998; }
a { background-color: rgb(192,249,152); }
div.DivClassName
{
background-color: #C0F998;
}
.BgClassName
{
background-color: #C0F998;
}
</style>
border-color css
<style>
span { border-color: #C0F998; }
span { border-color: rgb(192,249,152); }
td.TdClassName
{
border-color: #C0F998;
}
.TagClassName
{
border-color: #C0F998;
}
</style>