Shades of Reef #C0FA9A
Tints of Reef #C0FA9A
RGB
CMYK
RGB Variations
Color information
#C0FA9A (or 0xC0FA9A) is known color: Reef. HEX triplet: C0, FA and 9A. RGB value is (192,250,154). Sum of RGB (Red+Green+Blue) = 192+250+154=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA9A is #3F0565. Grayscale: #DEDEDE. Windows color (decimal): -4130150 or 10156736. OLE color: 10156736.
HSL color Cylindrical-coordinate representation of color #C0FA9A: hue angle of 96.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0FA9A is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 154 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.02 |
| HSL | 96.25º | 0.91% | 0.79% | - |
| HSV(B) | 96.25º | 0.38% | 0.98% | - |
| XYZ | 61.76 | 81.91 | 43.13 | - |
| YUV | 221.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 154 | 0.23 | 0 | 0.38 | 0.02 | 96.25 | 0.91 | 0.79 |
| Hex | C0 | FA | 9A | 17 | 0 | 26 | 2 | 60 | 5B | 4F |
| Octal | 300 | 372 | 232 | 27 | 0 | 46 | 2 | 140 | 133 | 117 |
| Binary | 11000000 | 11111010 | 10011010 | 10111 | 0 | 100110 | 10 | 1100000 | 1011011 | 1001111 |
Color Harmonies of #C0FA9A
Complementary color
Monochromatic Colors of #C0FA9A
Black with #C0FA9A
Text Example
Text Example
White with #C0FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA9A; }
p { color: rgb(192,250,154); }
H1.HeaderClassName
{
color: #C0FA9A;
}
.AnyTagClassName
{
color: #C0FA9A;
}
</style>
background-color css
<style>
a { background-color: #C0FA9A; }
a { background-color: rgb(192,250,154); }
div.DivClassName
{
background-color: #C0FA9A;
}
.BgClassName
{
background-color: #C0FA9A;
}
</style>
border-color css
<style>
span { border-color: #C0FA9A; }
span { border-color: rgb(192,250,154); }
td.TdClassName
{
border-color: #C0FA9A;
}
.TagClassName
{
border-color: #C0FA9A;
}
</style>