Shades of Reef #C5E995
Tints of Reef #C5E995
RGB
CMYK
RGB Variations
Color information
#C5E995 (or 0xC5E995) is known color: Reef. HEX triplet: C5, E9 and 95. RGB value is (197,233,149). Sum of RGB (Red+Green+Blue) = 197+233+149=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E995 is #3A166A. Grayscale: #D4D4D4. Windows color (decimal): -3806827 or 9824709. OLE color: 9824709.
HSL color Cylindrical-coordinate representation of color #C5E995: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5E995 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 149 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.09 |
| HSL | 85.71º | 0.66% | 0.75% | - |
| HSV(B) | 85.71º | 0.36% | 0.91% | - |
| XYZ | 57.59 | 72.32 | 39.36 | - |
| YUV | 212.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 149 | 0.15 | 0 | 0.36 | 0.09 | 85.71 | 0.66 | 0.75 |
| Hex | C5 | E9 | 95 | F | 0 | 24 | 9 | 56 | 42 | 4B |
| Octal | 305 | 351 | 225 | 17 | 0 | 44 | 11 | 126 | 102 | 113 |
| Binary | 11000101 | 11101001 | 10010101 | 1111 | 0 | 100100 | 1001 | 1010110 | 1000010 | 1001011 |
Color Harmonies of #C5E995
Complementary color
Monochromatic Colors of #C5E995
Black with #C5E995
Text Example
Text Example
White with #C5E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E995; }
p { color: rgb(197,233,149); }
H1.HeaderClassName
{
color: #C5E995;
}
.AnyTagClassName
{
color: #C5E995;
}
</style>
background-color css
<style>
a { background-color: #C5E995; }
a { background-color: rgb(197,233,149); }
div.DivClassName
{
background-color: #C5E995;
}
.BgClassName
{
background-color: #C5E995;
}
</style>
border-color css
<style>
span { border-color: #C5E995; }
span { border-color: rgb(197,233,149); }
td.TdClassName
{
border-color: #C5E995;
}
.TagClassName
{
border-color: #C5E995;
}
</style>