Shades of Reef #C8F992
Tints of Reef #C8F992
RGB
CMYK
RGB Variations
Color information
#C8F992 (or 0xC8F992) is known color: Reef. HEX triplet: C8, F9 and 92. RGB value is (200,249,146). Sum of RGB (Red+Green+Blue) = 200+249+146=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F992 is #37066D. Grayscale: #DEDEDE. Windows color (decimal): -3606126 or 9632200. OLE color: 9632200.
HSL color Cylindrical-coordinate representation of color #C8F992: hue angle of 88.54º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8F992 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 249 | 146 | - |
CMYK | 0.20 | 0 | 0.41 | 0.02 |
HSL | 88.54º | 0.9% | 0.77% | - |
HSV(B) | 88.54º | 0.41% | 0.98% | - |
XYZ | 62.88 | 82.11 | 39.73 | - |
YUV | 222.61 | 84.77 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 249 | 146 | 0.20 | 0 | 0.41 | 0.02 | 88.54 | 0.9 | 0.77 |
Hex | C8 | F9 | 92 | 14 | 0 | 29 | 2 | 59 | 5A | 4D |
Octal | 310 | 371 | 222 | 24 | 0 | 51 | 2 | 131 | 132 | 115 |
Binary | 11001000 | 11111001 | 10010010 | 10100 | 0 | 101001 | 10 | 1011001 | 1011010 | 1001101 |
Color Harmonies of #C8F992
Complementary color
Monochromatic Colors of #C8F992
Black with #C8F992
Text Example
Text Example
White with #C8F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F992; }
p { color: rgb(200,249,146); }
H1.HeaderClassName
{
color: #C8F992;
}
.AnyTagClassName
{
color: #C8F992;
}
</style>
background-color css
<style>
a { background-color: #C8F992; }
a { background-color: rgb(200,249,146); }
div.DivClassName
{
background-color: #C8F992;
}
.BgClassName
{
background-color: #C8F992;
}
</style>
border-color css
<style>
span { border-color: #C8F992; }
span { border-color: rgb(200,249,146); }
td.TdClassName
{
border-color: #C8F992;
}
.TagClassName
{
border-color: #C8F992;
}
</style>