Shades of Reef #C1ED96
Tints of Reef #C1ED96
RGB
CMYK
RGB Variations
Color information
#C1ED96 (or 0xC1ED96) is known color: Reef. HEX triplet: C1, ED and 96. RGB value is (193,237,150). Sum of RGB (Red+Green+Blue) = 193+237+150=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED96 is #3E1269. Grayscale: #D6D6D6. Windows color (decimal): -4067946 or 9891265. OLE color: 9891265.
HSL color Cylindrical-coordinate representation of color #C1ED96: hue angle of 90.34º 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 #C1ED96 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 150 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.07 |
| HSL | 90.34º | 0.71% | 0.76% | - |
| HSV(B) | 90.34º | 0.37% | 0.93% | - |
| XYZ | 57.78 | 74.11 | 40.11 | - |
| YUV | 213.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 150 | 0.19 | 0 | 0.37 | 0.07 | 90.34 | 0.71 | 0.76 |
| Hex | C1 | ED | 96 | 13 | 0 | 25 | 7 | 5A | 47 | 4C |
| Octal | 301 | 355 | 226 | 23 | 0 | 45 | 7 | 132 | 107 | 114 |
| Binary | 11000001 | 11101101 | 10010110 | 10011 | 0 | 100101 | 111 | 1011010 | 1000111 | 1001100 |
Color Harmonies of #C1ED96
Complementary color
Monochromatic Colors of #C1ED96
Black with #C1ED96
Text Example
Text Example
White with #C1ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED96; }
p { color: rgb(193,237,150); }
H1.HeaderClassName
{
color: #C1ED96;
}
.AnyTagClassName
{
color: #C1ED96;
}
</style>
background-color css
<style>
a { background-color: #C1ED96; }
a { background-color: rgb(193,237,150); }
div.DivClassName
{
background-color: #C1ED96;
}
.BgClassName
{
background-color: #C1ED96;
}
</style>
border-color css
<style>
span { border-color: #C1ED96; }
span { border-color: rgb(193,237,150); }
td.TdClassName
{
border-color: #C1ED96;
}
.TagClassName
{
border-color: #C1ED96;
}
</style>