Shades of Reef #C8ED95
Tints of Reef #C8ED95
RGB
CMYK
RGB Variations
Color information
#C8ED95 (or 0xC8ED95) is known color: Reef. HEX triplet: C8, ED and 95. RGB value is (200,237,149). Sum of RGB (Red+Green+Blue) = 200+237+149=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED95 is #37126A. Grayscale: #D8D8D8. Windows color (decimal): -3609195 or 9825736. OLE color: 9825736.
HSL color Cylindrical-coordinate representation of color #C8ED95: hue angle of 85.23º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8ED95 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 149 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.07 |
| HSL | 85.23º | 0.71% | 0.76% | - |
| HSV(B) | 85.23º | 0.37% | 0.93% | - |
| XYZ | 59.53 | 75.02 | 39.78 | - |
| YUV | 215.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 149 | 0.16 | 0 | 0.37 | 0.07 | 85.23 | 0.71 | 0.76 |
| Hex | C8 | ED | 95 | 10 | 0 | 25 | 7 | 55 | 47 | 4C |
| Octal | 310 | 355 | 225 | 20 | 0 | 45 | 7 | 125 | 107 | 114 |
| Binary | 11001000 | 11101101 | 10010101 | 10000 | 0 | 100101 | 111 | 1010101 | 1000111 | 1001100 |
Color Harmonies of #C8ED95
Complementary color
Monochromatic Colors of #C8ED95
Black with #C8ED95
Text Example
Text Example
White with #C8ED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED95; }
p { color: rgb(200,237,149); }
H1.HeaderClassName
{
color: #C8ED95;
}
.AnyTagClassName
{
color: #C8ED95;
}
</style>
background-color css
<style>
a { background-color: #C8ED95; }
a { background-color: rgb(200,237,149); }
div.DivClassName
{
background-color: #C8ED95;
}
.BgClassName
{
background-color: #C8ED95;
}
</style>
border-color css
<style>
span { border-color: #C8ED95; }
span { border-color: rgb(200,237,149); }
td.TdClassName
{
border-color: #C8ED95;
}
.TagClassName
{
border-color: #C8ED95;
}
</style>