Shades of Reef #C0FB9B
Tints of Reef #C0FB9B
RGB
CMYK
RGB Variations
Color information
#C0FB9B (or 0xC0FB9B) is known color: Reef. HEX triplet: C0, FB and 9B. RGB value is (192,251,155). Sum of RGB (Red+Green+Blue) = 192+251+155=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB9B is #3F0464. Grayscale: #DEDEDE. Windows color (decimal): -4129893 or 10222528. OLE color: 10222528.
HSL color Cylindrical-coordinate representation of color #C0FB9B: hue angle of 96.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0FB9B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 155 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.02 |
| HSL | 96.88º | 0.92% | 0.8% | - |
| HSV(B) | 96.88º | 0.38% | 0.98% | - |
| XYZ | 62.15 | 82.57 | 43.67 | - |
| YUV | 222.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 155 | 0.24 | 0 | 0.38 | 0.02 | 96.88 | 0.92 | 0.8 |
| Hex | C0 | FB | 9B | 18 | 0 | 26 | 2 | 61 | 5C | 50 |
| Octal | 300 | 373 | 233 | 30 | 0 | 46 | 2 | 141 | 134 | 120 |
| Binary | 11000000 | 11111011 | 10011011 | 11000 | 0 | 100110 | 10 | 1100001 | 1011100 | 1010000 |
Color Harmonies of #C0FB9B
Complementary color
Monochromatic Colors of #C0FB9B
Black with #C0FB9B
Text Example
Text Example
White with #C0FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB9B; }
p { color: rgb(192,251,155); }
H1.HeaderClassName
{
color: #C0FB9B;
}
.AnyTagClassName
{
color: #C0FB9B;
}
</style>
background-color css
<style>
a { background-color: #C0FB9B; }
a { background-color: rgb(192,251,155); }
div.DivClassName
{
background-color: #C0FB9B;
}
.BgClassName
{
background-color: #C0FB9B;
}
</style>
border-color css
<style>
span { border-color: #C0FB9B; }
span { border-color: rgb(192,251,155); }
td.TdClassName
{
border-color: #C0FB9B;
}
.TagClassName
{
border-color: #C0FB9B;
}
</style>