Shades of Reef #CBFC9B
Tints of Reef #CBFC9B
RGB
CMYK
RGB Variations
Color information
#CBFC9B (or 0xCBFC9B) is known color: Reef. HEX triplet: CB, FC and 9B. RGB value is (203,252,155). Sum of RGB (Red+Green+Blue) = 203+252+155=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFC9B is #340364. Grayscale: #E2E2E2. Windows color (decimal): -3408741 or 10222795. OLE color: 10222795.
HSL color Cylindrical-coordinate representation of color #CBFC9B: hue angle of 90.31º 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 #CBFC9B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 155 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.01 |
| HSL | 90.31º | 0.94% | 0.8% | - |
| HSV(B) | 90.31º | 0.38% | 0.99% | - |
| XYZ | 65.36 | 84.68 | 43.91 | - |
| YUV | 226.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 155 | 0.19 | 0 | 0.38 | 0.01 | 90.31 | 0.94 | 0.8 |
| Hex | CB | FC | 9B | 13 | 0 | 26 | 1 | 5A | 5E | 50 |
| Octal | 313 | 374 | 233 | 23 | 0 | 46 | 1 | 132 | 136 | 120 |
| Binary | 11001011 | 11111100 | 10011011 | 10011 | 0 | 100110 | 1 | 1011010 | 1011110 | 1010000 |
Color Harmonies of #CBFC9B
Complementary color
Monochromatic Colors of #CBFC9B
Black with #CBFC9B
Text Example
Text Example
White with #CBFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC9B; }
p { color: rgb(203,252,155); }
H1.HeaderClassName
{
color: #CBFC9B;
}
.AnyTagClassName
{
color: #CBFC9B;
}
</style>
background-color css
<style>
a { background-color: #CBFC9B; }
a { background-color: rgb(203,252,155); }
div.DivClassName
{
background-color: #CBFC9B;
}
.BgClassName
{
background-color: #CBFC9B;
}
</style>
border-color css
<style>
span { border-color: #CBFC9B; }
span { border-color: rgb(203,252,155); }
td.TdClassName
{
border-color: #CBFC9B;
}
.TagClassName
{
border-color: #CBFC9B;
}
</style>