Shades of Reef #C0FD98
Tints of Reef #C0FD98
RGB
CMYK
RGB Variations
Color information
#C0FD98 (or 0xC0FD98) is known color: Reef. HEX triplet: C0, FD and 98. RGB value is (192,253,152). Sum of RGB (Red+Green+Blue) = 192+253+152=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FD98 is #3F0267. Grayscale: #DFDFDF. Windows color (decimal): -4129384 or 10026432. OLE color: 10026432.
HSL color Cylindrical-coordinate representation of color #C0FD98: hue angle of 96.24º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0FD98 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 253 | 152 | - |
CMYK | 0.24 | 0 | 0.40 | 0.01 |
HSL | 96.24º | 0.96% | 0.79% | - |
HSV(B) | 96.24º | 0.4% | 0.99% | - |
XYZ | 62.53 | 83.72 | 42.57 | - |
YUV | 223.25 | 87.79 | 105.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 253 | 152 | 0.24 | 0 | 0.40 | 0.01 | 96.24 | 0.96 | 0.79 |
Hex | C0 | FD | 98 | 18 | 0 | 28 | 1 | 60 | 60 | 4F |
Octal | 300 | 375 | 230 | 30 | 0 | 50 | 1 | 140 | 140 | 117 |
Binary | 11000000 | 11111101 | 10011000 | 11000 | 0 | 101000 | 1 | 1100000 | 1100000 | 1001111 |
Color Harmonies of #C0FD98
Complementary color
Monochromatic Colors of #C0FD98
Black with #C0FD98
Text Example
Text Example
White with #C0FD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD98; }
p { color: rgb(192,253,152); }
H1.HeaderClassName
{
color: #C0FD98;
}
.AnyTagClassName
{
color: #C0FD98;
}
</style>
background-color css
<style>
a { background-color: #C0FD98; }
a { background-color: rgb(192,253,152); }
div.DivClassName
{
background-color: #C0FD98;
}
.BgClassName
{
background-color: #C0FD98;
}
</style>
border-color css
<style>
span { border-color: #C0FD98; }
span { border-color: rgb(192,253,152); }
td.TdClassName
{
border-color: #C0FD98;
}
.TagClassName
{
border-color: #C0FD98;
}
</style>