Shades of Reef #C2FB9A
Tints of Reef #C2FB9A
RGB
CMYK
RGB Variations
Color information
#C2FB9A (or 0xC2FB9A) is known color: Reef. HEX triplet: C2, FB and 9A. RGB value is (194,251,154). Sum of RGB (Red+Green+Blue) = 194+251+154=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FB9A is #3D0465. Grayscale: #DFDFDF. Windows color (decimal): -3998822 or 10156994. OLE color: 10156994.
HSL color Cylindrical-coordinate representation of color #C2FB9A: hue angle of 95.26º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2FB9A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 154 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 95.26º | 0.92% | 0.79% | - |
| HSV(B) | 95.26º | 0.39% | 0.98% | - |
| XYZ | 62.58 | 82.8 | 43.26 | - |
| YUV | 222.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 154 | 0.23 | 0 | 0.39 | 0.02 | 95.26 | 0.92 | 0.79 |
| Hex | C2 | FB | 9A | 17 | 0 | 27 | 2 | 5F | 5C | 4F |
| Octal | 302 | 373 | 232 | 27 | 0 | 47 | 2 | 137 | 134 | 117 |
| Binary | 11000010 | 11111011 | 10011010 | 10111 | 0 | 100111 | 10 | 1011111 | 1011100 | 1001111 |
Color Harmonies of #C2FB9A
Complementary color
Monochromatic Colors of #C2FB9A
Black with #C2FB9A
Text Example
Text Example
White with #C2FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB9A; }
p { color: rgb(194,251,154); }
H1.HeaderClassName
{
color: #C2FB9A;
}
.AnyTagClassName
{
color: #C2FB9A;
}
</style>
background-color css
<style>
a { background-color: #C2FB9A; }
a { background-color: rgb(194,251,154); }
div.DivClassName
{
background-color: #C2FB9A;
}
.BgClassName
{
background-color: #C2FB9A;
}
</style>
border-color css
<style>
span { border-color: #C2FB9A; }
span { border-color: rgb(194,251,154); }
td.TdClassName
{
border-color: #C2FB9A;
}
.TagClassName
{
border-color: #C2FB9A;
}
</style>