Shades of Reef #CBF298
Tints of Reef #CBF298
RGB
CMYK
RGB Variations
Color information
#CBF298 (or 0xCBF298) is known color: Reef. HEX triplet: CB, F2 and 98. RGB value is (203,242,152). Sum of RGB (Red+Green+Blue) = 203+242+152=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF298 is #340D67. Grayscale: #DCDCDC. Windows color (decimal): -3411304 or 10023627. OLE color: 10023627.
HSL color Cylindrical-coordinate representation of color #CBF298: hue angle of 86º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBF298 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 152 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.05 |
| HSL | 86º | 0.78% | 0.77% | - |
| HSV(B) | 86º | 0.37% | 0.95% | - |
| XYZ | 62.05 | 78.47 | 41.58 | - |
| YUV | 220.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 152 | 0.16 | 0 | 0.37 | 0.05 | 86 | 0.78 | 0.77 |
| Hex | CB | F2 | 98 | 10 | 0 | 25 | 5 | 56 | 4E | 4D |
| Octal | 313 | 362 | 230 | 20 | 0 | 45 | 5 | 126 | 116 | 115 |
| Binary | 11001011 | 11110010 | 10011000 | 10000 | 0 | 100101 | 101 | 1010110 | 1001110 | 1001101 |
Color Harmonies of #CBF298
Complementary color
Monochromatic Colors of #CBF298
Black with #CBF298
Text Example
Text Example
White with #CBF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF298; }
p { color: rgb(203,242,152); }
H1.HeaderClassName
{
color: #CBF298;
}
.AnyTagClassName
{
color: #CBF298;
}
</style>
background-color css
<style>
a { background-color: #CBF298; }
a { background-color: rgb(203,242,152); }
div.DivClassName
{
background-color: #CBF298;
}
.BgClassName
{
background-color: #CBF298;
}
</style>
border-color css
<style>
span { border-color: #CBF298; }
span { border-color: rgb(203,242,152); }
td.TdClassName
{
border-color: #CBF298;
}
.TagClassName
{
border-color: #CBF298;
}
</style>