Shades of Reef #C5ED9B
Tints of Reef #C5ED9B
RGB
CMYK
RGB Variations
Color information
#C5ED9B (or 0xC5ED9B) is known color: Reef. HEX triplet: C5, ED and 9B. RGB value is (197,237,155). Sum of RGB (Red+Green+Blue) = 197+237+155=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5ED9B is #3A1264. Grayscale: #D7D7D7. Windows color (decimal): -3805797 or 10218949. OLE color: 10218949.
HSL color Cylindrical-coordinate representation of color #C5ED9B: hue angle of 89.27º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5ED9B is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 155 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.07 |
| HSL | 89.27º | 0.69% | 0.77% | - |
| HSV(B) | 89.27º | 0.35% | 0.93% | - |
| XYZ | 59.23 | 74.81 | 42.33 | - |
| YUV | 215.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 155 | 0.17 | 0 | 0.35 | 0.07 | 89.27 | 0.69 | 0.77 |
| Hex | C5 | ED | 9B | 11 | 0 | 23 | 7 | 59 | 45 | 4D |
| Octal | 305 | 355 | 233 | 21 | 0 | 43 | 7 | 131 | 105 | 115 |
| Binary | 11000101 | 11101101 | 10011011 | 10001 | 0 | 100011 | 111 | 1011001 | 1000101 | 1001101 |
Color Harmonies of #C5ED9B
Complementary color
Monochromatic Colors of #C5ED9B
Black with #C5ED9B
Text Example
Text Example
White with #C5ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED9B; }
p { color: rgb(197,237,155); }
H1.HeaderClassName
{
color: #C5ED9B;
}
.AnyTagClassName
{
color: #C5ED9B;
}
</style>
background-color css
<style>
a { background-color: #C5ED9B; }
a { background-color: rgb(197,237,155); }
div.DivClassName
{
background-color: #C5ED9B;
}
.BgClassName
{
background-color: #C5ED9B;
}
</style>
border-color css
<style>
span { border-color: #C5ED9B; }
span { border-color: rgb(197,237,155); }
td.TdClassName
{
border-color: #C5ED9B;
}
.TagClassName
{
border-color: #C5ED9B;
}
</style>