Shades of Reef #C5ED95
Tints of Reef #C5ED95
RGB
CMYK
RGB Variations
Color information
#C5ED95 (or 0xC5ED95) is known color: Reef. HEX triplet: C5, ED and 95. RGB value is (197,237,149). Sum of RGB (Red+Green+Blue) = 197+237+149=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5ED95 is #3A126A. Grayscale: #D7D7D7. Windows color (decimal): -3805803 or 9825733. OLE color: 9825733.
HSL color Cylindrical-coordinate representation of color #C5ED95: hue angle of 87.27º 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 #C5ED95 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 149 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.07 |
| HSL | 87.27º | 0.71% | 0.76% | - |
| HSV(B) | 87.27º | 0.37% | 0.93% | - |
| XYZ | 58.73 | 74.61 | 39.74 | - |
| YUV | 215.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 149 | 0.17 | 0 | 0.37 | 0.07 | 87.27 | 0.71 | 0.76 |
| Hex | C5 | ED | 95 | 11 | 0 | 25 | 7 | 57 | 47 | 4C |
| Octal | 305 | 355 | 225 | 21 | 0 | 45 | 7 | 127 | 107 | 114 |
| Binary | 11000101 | 11101101 | 10010101 | 10001 | 0 | 100101 | 111 | 1010111 | 1000111 | 1001100 |
Color Harmonies of #C5ED95
Complementary color
Monochromatic Colors of #C5ED95
Black with #C5ED95
Text Example
Text Example
White with #C5ED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED95; }
p { color: rgb(197,237,149); }
H1.HeaderClassName
{
color: #C5ED95;
}
.AnyTagClassName
{
color: #C5ED95;
}
</style>
background-color css
<style>
a { background-color: #C5ED95; }
a { background-color: rgb(197,237,149); }
div.DivClassName
{
background-color: #C5ED95;
}
.BgClassName
{
background-color: #C5ED95;
}
</style>
border-color css
<style>
span { border-color: #C5ED95; }
span { border-color: rgb(197,237,149); }
td.TdClassName
{
border-color: #C5ED95;
}
.TagClassName
{
border-color: #C5ED95;
}
</style>