Shades of Reef #C8F48F
Tints of Reef #C8F48F
RGB
CMYK
RGB Variations
Color information
#C8F48F (or 0xC8F48F) is known color: Reef. HEX triplet: C8, F4 and 8F. RGB value is (200,244,143). Sum of RGB (Red+Green+Blue) = 200+244+143=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F48F is #370B70. Grayscale: #DBDBDB. Windows color (decimal): -3607409 or 9434312. OLE color: 9434312.
HSL color Cylindrical-coordinate representation of color #C8F48F: hue angle of 86.14º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8F48F is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 143 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.04 |
| HSL | 86.14º | 0.82% | 0.76% | - |
| HSV(B) | 86.14º | 0.41% | 0.96% | - |
| XYZ | 61.13 | 78.96 | 38.01 | - |
| YUV | 219.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 143 | 0.18 | 0 | 0.41 | 0.04 | 86.14 | 0.82 | 0.76 |
| Hex | C8 | F4 | 8F | 12 | 0 | 29 | 4 | 56 | 52 | 4C |
| Octal | 310 | 364 | 217 | 22 | 0 | 51 | 4 | 126 | 122 | 114 |
| Binary | 11001000 | 11110100 | 10001111 | 10010 | 0 | 101001 | 100 | 1010110 | 1010010 | 1001100 |
Color Harmonies of #C8F48F
Complementary color
Monochromatic Colors of #C8F48F
Black with #C8F48F
Text Example
Text Example
White with #C8F48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F48F; }
p { color: rgb(200,244,143); }
H1.HeaderClassName
{
color: #C8F48F;
}
.AnyTagClassName
{
color: #C8F48F;
}
</style>
background-color css
<style>
a { background-color: #C8F48F; }
a { background-color: rgb(200,244,143); }
div.DivClassName
{
background-color: #C8F48F;
}
.BgClassName
{
background-color: #C8F48F;
}
</style>
border-color css
<style>
span { border-color: #C8F48F; }
span { border-color: rgb(200,244,143); }
td.TdClassName
{
border-color: #C8F48F;
}
.TagClassName
{
border-color: #C8F48F;
}
</style>