Shades of Reef #C7F993
Tints of Reef #C7F993
RGB
CMYK
RGB Variations
Color information
#C7F993 (or 0xC7F993) is known color: Reef. HEX triplet: C7, F9 and 93. RGB value is (199,249,147). Sum of RGB (Red+Green+Blue) = 199+249+147=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F993 is #38066C. Grayscale: #DEDEDE. Windows color (decimal): -3671661 or 9697735. OLE color: 9697735.
HSL color Cylindrical-coordinate representation of color #C7F993: hue angle of 89.41º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7F993 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 147 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.02 |
| HSL | 89.41º | 0.89% | 0.78% | - |
| HSV(B) | 89.41º | 0.41% | 0.98% | - |
| XYZ | 62.7 | 82 | 40.13 | - |
| YUV | 222.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 147 | 0.20 | 0 | 0.41 | 0.02 | 89.41 | 0.89 | 0.78 |
| Hex | C7 | F9 | 93 | 14 | 0 | 29 | 2 | 59 | 59 | 4E |
| Octal | 307 | 371 | 223 | 24 | 0 | 51 | 2 | 131 | 131 | 116 |
| Binary | 11000111 | 11111001 | 10010011 | 10100 | 0 | 101001 | 10 | 1011001 | 1011001 | 1001110 |
Color Harmonies of #C7F993
Complementary color
Monochromatic Colors of #C7F993
Black with #C7F993
Text Example
Text Example
White with #C7F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F993; }
p { color: rgb(199,249,147); }
H1.HeaderClassName
{
color: #C7F993;
}
.AnyTagClassName
{
color: #C7F993;
}
</style>
background-color css
<style>
a { background-color: #C7F993; }
a { background-color: rgb(199,249,147); }
div.DivClassName
{
background-color: #C7F993;
}
.BgClassName
{
background-color: #C7F993;
}
</style>
border-color css
<style>
span { border-color: #C7F993; }
span { border-color: rgb(199,249,147); }
td.TdClassName
{
border-color: #C7F993;
}
.TagClassName
{
border-color: #C7F993;
}
</style>