Shades of Reef #C1FB9B
Tints of Reef #C1FB9B
RGB
CMYK
RGB Variations
Color information
#C1FB9B (or 0xC1FB9B) is known color: Reef. HEX triplet: C1, FB and 9B. RGB value is (193,251,155). Sum of RGB (Red+Green+Blue) = 193+251+155=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB9B is #3E0464. Grayscale: #DFDFDF. Windows color (decimal): -4064357 or 10222529. OLE color: 10222529.
HSL color Cylindrical-coordinate representation of color #C1FB9B: hue angle of 96.25º 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 #C1FB9B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 155 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.02 |
| HSL | 96.25º | 0.92% | 0.8% | - |
| HSV(B) | 96.25º | 0.38% | 0.98% | - |
| XYZ | 62.41 | 82.7 | 43.68 | - |
| YUV | 222.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 155 | 0.23 | 0 | 0.38 | 0.02 | 96.25 | 0.92 | 0.8 |
| Hex | C1 | FB | 9B | 17 | 0 | 26 | 2 | 60 | 5C | 50 |
| Octal | 301 | 373 | 233 | 27 | 0 | 46 | 2 | 140 | 134 | 120 |
| Binary | 11000001 | 11111011 | 10011011 | 10111 | 0 | 100110 | 10 | 1100000 | 1011100 | 1010000 |
Color Harmonies of #C1FB9B
Complementary color
Monochromatic Colors of #C1FB9B
Black with #C1FB9B
Text Example
Text Example
White with #C1FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB9B; }
p { color: rgb(193,251,155); }
H1.HeaderClassName
{
color: #C1FB9B;
}
.AnyTagClassName
{
color: #C1FB9B;
}
</style>
background-color css
<style>
a { background-color: #C1FB9B; }
a { background-color: rgb(193,251,155); }
div.DivClassName
{
background-color: #C1FB9B;
}
.BgClassName
{
background-color: #C1FB9B;
}
</style>
border-color css
<style>
span { border-color: #C1FB9B; }
span { border-color: rgb(193,251,155); }
td.TdClassName
{
border-color: #C1FB9B;
}
.TagClassName
{
border-color: #C1FB9B;
}
</style>