Shades of Reef #C2E99B
Tints of Reef #C2E99B
RGB
CMYK
RGB Variations
Color information
#C2E99B (or 0xC2E99B) is known color: Reef. HEX triplet: C2, E9 and 9B. RGB value is (194,233,155). Sum of RGB (Red+Green+Blue) = 194+233+155=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E99B is #3D1664. Grayscale: #D4D4D4. Windows color (decimal): -4003429 or 10217922. OLE color: 10217922.
HSL color Cylindrical-coordinate representation of color #C2E99B: hue angle of 90º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2E99B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 155 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.09 |
| HSL | 90º | 0.64% | 0.76% | - |
| HSV(B) | 90º | 0.33% | 0.91% | - |
| XYZ | 57.3 | 72.11 | 41.91 | - |
| YUV | 212.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 155 | 0.17 | 0 | 0.33 | 0.09 | 90 | 0.64 | 0.76 |
| Hex | C2 | E9 | 9B | 11 | 0 | 21 | 9 | 5A | 40 | 4C |
| Octal | 302 | 351 | 233 | 21 | 0 | 41 | 11 | 132 | 100 | 114 |
| Binary | 11000010 | 11101001 | 10011011 | 10001 | 0 | 100001 | 1001 | 1011010 | 1000000 | 1001100 |
Color Harmonies of #C2E99B
Complementary color
Monochromatic Colors of #C2E99B
Black with #C2E99B
Text Example
Text Example
White with #C2E99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E99B; }
p { color: rgb(194,233,155); }
H1.HeaderClassName
{
color: #C2E99B;
}
.AnyTagClassName
{
color: #C2E99B;
}
</style>
background-color css
<style>
a { background-color: #C2E99B; }
a { background-color: rgb(194,233,155); }
div.DivClassName
{
background-color: #C2E99B;
}
.BgClassName
{
background-color: #C2E99B;
}
</style>
border-color css
<style>
span { border-color: #C2E99B; }
span { border-color: rgb(194,233,155); }
td.TdClassName
{
border-color: #C2E99B;
}
.TagClassName
{
border-color: #C2E99B;
}
</style>