Shades of Reef #C8FF9B
Tints of Reef #C8FF9B
RGB
CMYK
RGB Variations
Color information
#C8FF9B (or 0xC8FF9B) is known color: Reef. HEX triplet: C8, FF and 9B. RGB value is (200,255,155). Sum of RGB (Red+Green+Blue) = 200+255+155=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FF9B is #370064. Grayscale: #E3E3E3. Windows color (decimal): -3604581 or 10223560. OLE color: 10223560.
HSL color Cylindrical-coordinate representation of color #C8FF9B: hue angle of 93º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8FF9B is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 155 | - |
| CMYK | 0.22 | 0 | 0.39 | 0 |
| HSL | 93º | 1% | 0.8% | - |
| HSV(B) | 93º | 0.39% | 1% | - |
| XYZ | 65.5 | 86.17 | 44.19 | - |
| YUV | 227.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 155 | 0.22 | 0 | 0.39 | 0 | 93 | 1 | 0.8 |
| Hex | C8 | FF | 9B | 16 | 0 | 27 | 0 | 5D | 64 | 50 |
| Octal | 310 | 377 | 233 | 26 | 0 | 47 | 0 | 135 | 144 | 120 |
| Binary | 11001000 | 11111111 | 10011011 | 10110 | 0 | 100111 | 0 | 1011101 | 1100100 | 1010000 |
Color Harmonies of #C8FF9B
Complementary color
Monochromatic Colors of #C8FF9B
Black with #C8FF9B
Text Example
Text Example
White with #C8FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF9B; }
p { color: rgb(200,255,155); }
H1.HeaderClassName
{
color: #C8FF9B;
}
.AnyTagClassName
{
color: #C8FF9B;
}
</style>
background-color css
<style>
a { background-color: #C8FF9B; }
a { background-color: rgb(200,255,155); }
div.DivClassName
{
background-color: #C8FF9B;
}
.BgClassName
{
background-color: #C8FF9B;
}
</style>
border-color css
<style>
span { border-color: #C8FF9B; }
span { border-color: rgb(200,255,155); }
td.TdClassName
{
border-color: #C8FF9B;
}
.TagClassName
{
border-color: #C8FF9B;
}
</style>