Shades of Reef #CBF398
Tints of Reef #CBF398
RGB
CMYK
RGB Variations
Color information
#CBF398 (or 0xCBF398) is known color: Reef. HEX triplet: CB, F3 and 98. RGB value is (203,243,152). Sum of RGB (Red+Green+Blue) = 203+243+152=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF398 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF398 is #340C67. Grayscale: #DCDCDC. Windows color (decimal): -3411048 or 10023883. OLE color: 10023883.
HSL color Cylindrical-coordinate representation of color #CBF398: hue angle of 86.37º degrees, saturation: 0.79, 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 #CBF398 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 152 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.05 |
| HSL | 86.37º | 0.79% | 0.77% | - |
| HSV(B) | 86.37º | 0.37% | 0.95% | - |
| XYZ | 62.35 | 79.06 | 41.68 | - |
| YUV | 220.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 152 | 0.16 | 0 | 0.37 | 0.05 | 86.37 | 0.79 | 0.77 |
| Hex | CB | F3 | 98 | 10 | 0 | 25 | 5 | 56 | 4F | 4D |
| Octal | 313 | 363 | 230 | 20 | 0 | 45 | 5 | 126 | 117 | 115 |
| Binary | 11001011 | 11110011 | 10011000 | 10000 | 0 | 100101 | 101 | 1010110 | 1001111 | 1001101 |
Color Harmonies of #CBF398
Complementary color
Monochromatic Colors of #CBF398
Black with #CBF398
Text Example
Text Example
White with #CBF398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF398; }
p { color: rgb(203,243,152); }
H1.HeaderClassName
{
color: #CBF398;
}
.AnyTagClassName
{
color: #CBF398;
}
</style>
background-color css
<style>
a { background-color: #CBF398; }
a { background-color: rgb(203,243,152); }
div.DivClassName
{
background-color: #CBF398;
}
.BgClassName
{
background-color: #CBF398;
}
</style>
border-color css
<style>
span { border-color: #CBF398; }
span { border-color: rgb(203,243,152); }
td.TdClassName
{
border-color: #CBF398;
}
.TagClassName
{
border-color: #CBF398;
}
</style>