Shades of Reef #CBF598
Tints of Reef #CBF598
RGB
CMYK
RGB Variations
Color information
#CBF598 (or 0xCBF598) is known color: Reef. HEX triplet: CB, F5 and 98. RGB value is (203,245,152). Sum of RGB (Red+Green+Blue) = 203+245+152=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF598 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF598 is #340A67. Grayscale: #DEDEDE. Windows color (decimal): -3410536 or 10024395. OLE color: 10024395.
HSL color Cylindrical-coordinate representation of color #CBF598: hue angle of 87.1º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF598 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 152 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.04 |
| HSL | 87.1º | 0.82% | 0.78% | - |
| HSV(B) | 87.1º | 0.38% | 0.96% | - |
| XYZ | 62.95 | 80.27 | 41.88 | - |
| YUV | 221.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 152 | 0.17 | 0 | 0.38 | 0.04 | 87.1 | 0.82 | 0.78 |
| Hex | CB | F5 | 98 | 11 | 0 | 26 | 4 | 57 | 52 | 4E |
| Octal | 313 | 365 | 230 | 21 | 0 | 46 | 4 | 127 | 122 | 116 |
| Binary | 11001011 | 11110101 | 10011000 | 10001 | 0 | 100110 | 100 | 1010111 | 1010010 | 1001110 |
Color Harmonies of #CBF598
Complementary color
Monochromatic Colors of #CBF598
Black with #CBF598
Text Example
Text Example
White with #CBF598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF598; }
p { color: rgb(203,245,152); }
H1.HeaderClassName
{
color: #CBF598;
}
.AnyTagClassName
{
color: #CBF598;
}
</style>
background-color css
<style>
a { background-color: #CBF598; }
a { background-color: rgb(203,245,152); }
div.DivClassName
{
background-color: #CBF598;
}
.BgClassName
{
background-color: #CBF598;
}
</style>
border-color css
<style>
span { border-color: #CBF598; }
span { border-color: rgb(203,245,152); }
td.TdClassName
{
border-color: #CBF598;
}
.TagClassName
{
border-color: #CBF598;
}
</style>