Shades of Reef #C2FB9B
Tints of Reef #C2FB9B
RGB
CMYK
RGB Variations
Color information
#C2FB9B (or 0xC2FB9B) is known color: Reef. HEX triplet: C2, FB and 9B. RGB value is (194,251,155). Sum of RGB (Red+Green+Blue) = 194+251+155=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FB9B is #3D0464. Grayscale: #DFDFDF. Windows color (decimal): -3998821 or 10222530. OLE color: 10222530.
HSL color Cylindrical-coordinate representation of color #C2FB9B: hue angle of 95.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FB9B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 155 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.02 |
| HSL | 95.63º | 0.92% | 0.8% | - |
| HSV(B) | 95.63º | 0.38% | 0.98% | - |
| XYZ | 62.66 | 82.83 | 43.7 | - |
| YUV | 223.01 | 89.62 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 155 | 0.23 | 0 | 0.38 | 0.02 | 95.63 | 0.92 | 0.8 |
| Hex | C2 | FB | 9B | 17 | 0 | 26 | 2 | 60 | 5C | 50 |
| Octal | 302 | 373 | 233 | 27 | 0 | 46 | 2 | 140 | 134 | 120 |
| Binary | 11000010 | 11111011 | 10011011 | 10111 | 0 | 100110 | 10 | 1100000 | 1011100 | 1010000 |
Color Harmonies of #C2FB9B
Complementary color
Monochromatic Colors of #C2FB9B
Black with #C2FB9B
Text Example
Text Example
White with #C2FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB9B; }
p { color: rgb(194,251,155); }
H1.HeaderClassName
{
color: #C2FB9B;
}
.AnyTagClassName
{
color: #C2FB9B;
}
</style>
background-color css
<style>
a { background-color: #C2FB9B; }
a { background-color: rgb(194,251,155); }
div.DivClassName
{
background-color: #C2FB9B;
}
.BgClassName
{
background-color: #C2FB9B;
}
</style>
border-color css
<style>
span { border-color: #C2FB9B; }
span { border-color: rgb(194,251,155); }
td.TdClassName
{
border-color: #C2FB9B;
}
.TagClassName
{
border-color: #C2FB9B;
}
</style>