Shades of Reef #C2F99B
Tints of Reef #C2F99B
RGB
CMYK
RGB Variations
Color information
#C2F99B (or 0xC2F99B) is known color: Reef. HEX triplet: C2, F9 and 9B. RGB value is (194,249,155). Sum of RGB (Red+Green+Blue) = 194+249+155=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F99B is #3D0664. Grayscale: #DEDEDE. Windows color (decimal): -3999333 or 10222018. OLE color: 10222018.
HSL color Cylindrical-coordinate representation of color #C2F99B: hue angle of 95.11º 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 #C2F99B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 155 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.02 |
| HSL | 95.11º | 0.89% | 0.79% | - |
| HSV(B) | 95.11º | 0.38% | 0.98% | - |
| XYZ | 62.04 | 81.59 | 43.49 | - |
| YUV | 221.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 155 | 0.22 | 0 | 0.38 | 0.02 | 95.11 | 0.89 | 0.79 |
| Hex | C2 | F9 | 9B | 16 | 0 | 26 | 2 | 5F | 59 | 4F |
| Octal | 302 | 371 | 233 | 26 | 0 | 46 | 2 | 137 | 131 | 117 |
| Binary | 11000010 | 11111001 | 10011011 | 10110 | 0 | 100110 | 10 | 1011111 | 1011001 | 1001111 |
Color Harmonies of #C2F99B
Complementary color
Monochromatic Colors of #C2F99B
Black with #C2F99B
Text Example
Text Example
White with #C2F99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F99B; }
p { color: rgb(194,249,155); }
H1.HeaderClassName
{
color: #C2F99B;
}
.AnyTagClassName
{
color: #C2F99B;
}
</style>
background-color css
<style>
a { background-color: #C2F99B; }
a { background-color: rgb(194,249,155); }
div.DivClassName
{
background-color: #C2F99B;
}
.BgClassName
{
background-color: #C2F99B;
}
</style>
border-color css
<style>
span { border-color: #C2F99B; }
span { border-color: rgb(194,249,155); }
td.TdClassName
{
border-color: #C2F99B;
}
.TagClassName
{
border-color: #C2F99B;
}
</style>