Shades of Reef #C8F88F
Tints of Reef #C8F88F
RGB
CMYK
RGB Variations
Color information
#C8F88F (or 0xC8F88F) is known color: Reef. HEX triplet: C8, F8 and 8F. RGB value is (200,248,143). Sum of RGB (Red+Green+Blue) = 200+248+143=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F88F is #370770. Grayscale: #DEDEDE. Windows color (decimal): -3606385 or 9435336. OLE color: 9435336.
HSL color Cylindrical-coordinate representation of color #C8F88F: hue angle of 87.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8F88F is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 143 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.03 |
| HSL | 87.43º | 0.88% | 0.77% | - |
| HSV(B) | 87.43º | 0.42% | 0.97% | - |
| XYZ | 62.34 | 81.4 | 38.41 | - |
| YUV | 221.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 143 | 0.19 | 0 | 0.42 | 0.03 | 87.43 | 0.88 | 0.77 |
| Hex | C8 | F8 | 8F | 13 | 0 | 2A | 3 | 57 | 58 | 4D |
| Octal | 310 | 370 | 217 | 23 | 0 | 52 | 3 | 127 | 130 | 115 |
| Binary | 11001000 | 11111000 | 10001111 | 10011 | 0 | 101010 | 11 | 1010111 | 1011000 | 1001101 |
Color Harmonies of #C8F88F
Complementary color
Monochromatic Colors of #C8F88F
Black with #C8F88F
Text Example
Text Example
White with #C8F88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F88F; }
p { color: rgb(200,248,143); }
H1.HeaderClassName
{
color: #C8F88F;
}
.AnyTagClassName
{
color: #C8F88F;
}
</style>
background-color css
<style>
a { background-color: #C8F88F; }
a { background-color: rgb(200,248,143); }
div.DivClassName
{
background-color: #C8F88F;
}
.BgClassName
{
background-color: #C8F88F;
}
</style>
border-color css
<style>
span { border-color: #C8F88F; }
span { border-color: rgb(200,248,143); }
td.TdClassName
{
border-color: #C8F88F;
}
.TagClassName
{
border-color: #C8F88F;
}
</style>