Shades of Reef #C8EE95
Tints of Reef #C8EE95
RGB
CMYK
RGB Variations
Color information
#C8EE95 (or 0xC8EE95) is known color: Reef. HEX triplet: C8, EE and 95. RGB value is (200,238,149). Sum of RGB (Red+Green+Blue) = 200+238+149=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EE95 is #37116A. Grayscale: #D8D8D8. Windows color (decimal): -3608939 or 9825992. OLE color: 9825992.
HSL color Cylindrical-coordinate representation of color #C8EE95: hue angle of 85.62º degrees, saturation: 0.72, 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 #C8EE95 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 149 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.07 |
| HSL | 85.62º | 0.72% | 0.76% | - |
| HSV(B) | 85.62º | 0.37% | 0.93% | - |
| XYZ | 59.82 | 75.6 | 39.87 | - |
| YUV | 216.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 149 | 0.16 | 0 | 0.37 | 0.07 | 85.62 | 0.72 | 0.76 |
| Hex | C8 | EE | 95 | 10 | 0 | 25 | 7 | 56 | 48 | 4C |
| Octal | 310 | 356 | 225 | 20 | 0 | 45 | 7 | 126 | 110 | 114 |
| Binary | 11001000 | 11101110 | 10010101 | 10000 | 0 | 100101 | 111 | 1010110 | 1001000 | 1001100 |
Color Harmonies of #C8EE95
Complementary color
Monochromatic Colors of #C8EE95
Black with #C8EE95
Text Example
Text Example
White with #C8EE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EE95; }
p { color: rgb(200,238,149); }
H1.HeaderClassName
{
color: #C8EE95;
}
.AnyTagClassName
{
color: #C8EE95;
}
</style>
background-color css
<style>
a { background-color: #C8EE95; }
a { background-color: rgb(200,238,149); }
div.DivClassName
{
background-color: #C8EE95;
}
.BgClassName
{
background-color: #C8EE95;
}
</style>
border-color css
<style>
span { border-color: #C8EE95; }
span { border-color: rgb(200,238,149); }
td.TdClassName
{
border-color: #C8EE95;
}
.TagClassName
{
border-color: #C8EE95;
}
</style>