Shades of Reef #C5F99B
Tints of Reef #C5F99B
RGB
CMYK
RGB Variations
Color information
#C5F99B (or 0xC5F99B) is known color: Reef. HEX triplet: C5, F9 and 9B. RGB value is (197,249,155). Sum of RGB (Red+Green+Blue) = 197+249+155=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F99B is #3A0664. Grayscale: #DFDFDF. Windows color (decimal): -3802725 or 10222021. OLE color: 10222021.
HSL color Cylindrical-coordinate representation of color #C5F99B: hue angle of 93.19º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5F99B is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 155 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.02 |
| HSL | 93.19º | 0.89% | 0.79% | - |
| HSV(B) | 93.19º | 0.38% | 0.98% | - |
| XYZ | 62.82 | 81.99 | 43.52 | - |
| YUV | 222.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 155 | 0.21 | 0 | 0.38 | 0.02 | 93.19 | 0.89 | 0.79 |
| Hex | C5 | F9 | 9B | 15 | 0 | 26 | 2 | 5D | 59 | 4F |
| Octal | 305 | 371 | 233 | 25 | 0 | 46 | 2 | 135 | 131 | 117 |
| Binary | 11000101 | 11111001 | 10011011 | 10101 | 0 | 100110 | 10 | 1011101 | 1011001 | 1001111 |
Color Harmonies of #C5F99B
Complementary color
Monochromatic Colors of #C5F99B
Black with #C5F99B
Text Example
Text Example
White with #C5F99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F99B; }
p { color: rgb(197,249,155); }
H1.HeaderClassName
{
color: #C5F99B;
}
.AnyTagClassName
{
color: #C5F99B;
}
</style>
background-color css
<style>
a { background-color: #C5F99B; }
a { background-color: rgb(197,249,155); }
div.DivClassName
{
background-color: #C5F99B;
}
.BgClassName
{
background-color: #C5F99B;
}
</style>
border-color css
<style>
span { border-color: #C5F99B; }
span { border-color: rgb(197,249,155); }
td.TdClassName
{
border-color: #C5F99B;
}
.TagClassName
{
border-color: #C5F99B;
}
</style>