Shades of Reef #CBFC9C
Tints of Reef #CBFC9C
RGB
CMYK
RGB Variations
Color information
#CBFC9C (or 0xCBFC9C) is known color: Reef. HEX triplet: CB, FC and 9C. RGB value is (203,252,156). Sum of RGB (Red+Green+Blue) = 203+252+156=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFC9C is #340363. Grayscale: #E2E2E2. Windows color (decimal): -3408740 or 10288331. OLE color: 10288331.
HSL color Cylindrical-coordinate representation of color #CBFC9C: hue angle of 90.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBFC9C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 156 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.01 |
| HSL | 90.63º | 0.94% | 0.8% | - |
| HSV(B) | 90.63º | 0.38% | 0.99% | - |
| XYZ | 65.44 | 84.72 | 44.36 | - |
| YUV | 226.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 156 | 0.19 | 0 | 0.38 | 0.01 | 90.63 | 0.94 | 0.8 |
| Hex | CB | FC | 9C | 13 | 0 | 26 | 1 | 5B | 5E | 50 |
| Octal | 313 | 374 | 234 | 23 | 0 | 46 | 1 | 133 | 136 | 120 |
| Binary | 11001011 | 11111100 | 10011100 | 10011 | 0 | 100110 | 1 | 1011011 | 1011110 | 1010000 |
Color Harmonies of #CBFC9C
Complementary color
Monochromatic Colors of #CBFC9C
Black with #CBFC9C
Text Example
Text Example
White with #CBFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC9C; }
p { color: rgb(203,252,156); }
H1.HeaderClassName
{
color: #CBFC9C;
}
.AnyTagClassName
{
color: #CBFC9C;
}
</style>
background-color css
<style>
a { background-color: #CBFC9C; }
a { background-color: rgb(203,252,156); }
div.DivClassName
{
background-color: #CBFC9C;
}
.BgClassName
{
background-color: #CBFC9C;
}
</style>
border-color css
<style>
span { border-color: #CBFC9C; }
span { border-color: rgb(203,252,156); }
td.TdClassName
{
border-color: #CBFC9C;
}
.TagClassName
{
border-color: #CBFC9C;
}
</style>