Shades of Reef #C5EA92
Tints of Reef #C5EA92
RGB
CMYK
RGB Variations
Color information
#C5EA92 (or 0xC5EA92) is known color: Reef. HEX triplet: C5, EA and 92. RGB value is (197,234,146). Sum of RGB (Red+Green+Blue) = 197+234+146=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EA92 is #3A156D. Grayscale: #D5D5D5. Windows color (decimal): -3806574 or 9628357. OLE color: 9628357.
HSL color Cylindrical-coordinate representation of color #C5EA92: hue angle of 85.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5EA92 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 146 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.08 |
| HSL | 85.23º | 0.68% | 0.75% | - |
| HSV(B) | 85.23º | 0.38% | 0.92% | - |
| XYZ | 57.64 | 72.79 | 38.21 | - |
| YUV | 212.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 146 | 0.16 | 0 | 0.38 | 0.08 | 85.23 | 0.68 | 0.75 |
| Hex | C5 | EA | 92 | 10 | 0 | 26 | 8 | 55 | 44 | 4B |
| Octal | 305 | 352 | 222 | 20 | 0 | 46 | 10 | 125 | 104 | 113 |
| Binary | 11000101 | 11101010 | 10010010 | 10000 | 0 | 100110 | 1000 | 1010101 | 1000100 | 1001011 |
Color Harmonies of #C5EA92
Complementary color
Monochromatic Colors of #C5EA92
Black with #C5EA92
Text Example
Text Example
White with #C5EA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA92; }
p { color: rgb(197,234,146); }
H1.HeaderClassName
{
color: #C5EA92;
}
.AnyTagClassName
{
color: #C5EA92;
}
</style>
background-color css
<style>
a { background-color: #C5EA92; }
a { background-color: rgb(197,234,146); }
div.DivClassName
{
background-color: #C5EA92;
}
.BgClassName
{
background-color: #C5EA92;
}
</style>
border-color css
<style>
span { border-color: #C5EA92; }
span { border-color: rgb(197,234,146); }
td.TdClassName
{
border-color: #C5EA92;
}
.TagClassName
{
border-color: #C5EA92;
}
</style>