Shades of Reef #CBF397
Tints of Reef #CBF397
RGB
CMYK
RGB Variations
Color information
#CBF397 (or 0xCBF397) is known color: Reef. HEX triplet: CB, F3 and 97. RGB value is (203,243,151). Sum of RGB (Red+Green+Blue) = 203+243+151=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF397 is #340C68. Grayscale: #DCDCDC. Windows color (decimal): -3411049 or 9958347. OLE color: 9958347.
HSL color Cylindrical-coordinate representation of color #CBF397: hue angle of 86.09º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF397 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 151 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.05 |
| HSL | 86.09º | 0.79% | 0.77% | - |
| HSV(B) | 86.09º | 0.38% | 0.95% | - |
| XYZ | 62.27 | 79.03 | 41.25 | - |
| YUV | 220.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 151 | 0.16 | 0 | 0.38 | 0.05 | 86.09 | 0.79 | 0.77 |
| Hex | CB | F3 | 97 | 10 | 0 | 26 | 5 | 56 | 4F | 4D |
| Octal | 313 | 363 | 227 | 20 | 0 | 46 | 5 | 126 | 117 | 115 |
| Binary | 11001011 | 11110011 | 10010111 | 10000 | 0 | 100110 | 101 | 1010110 | 1001111 | 1001101 |
Color Harmonies of #CBF397
Complementary color
Monochromatic Colors of #CBF397
Black with #CBF397
Text Example
Text Example
White with #CBF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF397; }
p { color: rgb(203,243,151); }
H1.HeaderClassName
{
color: #CBF397;
}
.AnyTagClassName
{
color: #CBF397;
}
</style>
background-color css
<style>
a { background-color: #CBF397; }
a { background-color: rgb(203,243,151); }
div.DivClassName
{
background-color: #CBF397;
}
.BgClassName
{
background-color: #CBF397;
}
</style>
border-color css
<style>
span { border-color: #CBF397; }
span { border-color: rgb(203,243,151); }
td.TdClassName
{
border-color: #CBF397;
}
.TagClassName
{
border-color: #CBF397;
}
</style>