Shades of Reef #C8F99D
Tints of Reef #C8F99D
RGB
CMYK
RGB Variations
Color information
#C8F99D (or 0xC8F99D) is known color: Reef. HEX triplet: C8, F9 and 9D. RGB value is (200,249,157). Sum of RGB (Red+Green+Blue) = 200+249+157=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F99D is #370662. Grayscale: #E0E0E0. Windows color (decimal): -3606115 or 10353096. OLE color: 10353096.
HSL color Cylindrical-coordinate representation of color #C8F99D: hue angle of 91.96º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8F99D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 157 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.02 |
| HSL | 91.96º | 0.88% | 0.8% | - |
| HSV(B) | 91.96º | 0.37% | 0.98% | - |
| XYZ | 63.78 | 82.47 | 44.45 | - |
| YUV | 223.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 157 | 0.20 | 0 | 0.37 | 0.02 | 91.96 | 0.88 | 0.8 |
| Hex | C8 | F9 | 9D | 14 | 0 | 25 | 2 | 5C | 58 | 50 |
| Octal | 310 | 371 | 235 | 24 | 0 | 45 | 2 | 134 | 130 | 120 |
| Binary | 11001000 | 11111001 | 10011101 | 10100 | 0 | 100101 | 10 | 1011100 | 1011000 | 1010000 |
Color Harmonies of #C8F99D
Complementary color
Monochromatic Colors of #C8F99D
Black with #C8F99D
Text Example
Text Example
White with #C8F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F99D; }
p { color: rgb(200,249,157); }
H1.HeaderClassName
{
color: #C8F99D;
}
.AnyTagClassName
{
color: #C8F99D;
}
</style>
background-color css
<style>
a { background-color: #C8F99D; }
a { background-color: rgb(200,249,157); }
div.DivClassName
{
background-color: #C8F99D;
}
.BgClassName
{
background-color: #C8F99D;
}
</style>
border-color css
<style>
span { border-color: #C8F99D; }
span { border-color: rgb(200,249,157); }
td.TdClassName
{
border-color: #C8F99D;
}
.TagClassName
{
border-color: #C8F99D;
}
</style>