Shades of Reef #CBF498
Tints of Reef #CBF498
RGB
CMYK
RGB Variations
Color information
#CBF498 (or 0xCBF498) is known color: Reef. HEX triplet: CB, F4 and 98. RGB value is (203,244,152). Sum of RGB (Red+Green+Blue) = 203+244+152=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF498 is #340B67. Grayscale: #DDDDDD. Windows color (decimal): -3410792 or 10024139. OLE color: 10024139.
HSL color Cylindrical-coordinate representation of color #CBF498: hue angle of 86.74º degrees, saturation: 0.81, 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 #CBF498 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 152 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.04 |
| HSL | 86.74º | 0.81% | 0.78% | - |
| HSV(B) | 86.74º | 0.38% | 0.96% | - |
| XYZ | 62.65 | 79.66 | 41.78 | - |
| YUV | 221.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 152 | 0.17 | 0 | 0.38 | 0.04 | 86.74 | 0.81 | 0.78 |
| Hex | CB | F4 | 98 | 11 | 0 | 26 | 4 | 57 | 51 | 4E |
| Octal | 313 | 364 | 230 | 21 | 0 | 46 | 4 | 127 | 121 | 116 |
| Binary | 11001011 | 11110100 | 10011000 | 10001 | 0 | 100110 | 100 | 1010111 | 1010001 | 1001110 |
Color Harmonies of #CBF498
Complementary color
Monochromatic Colors of #CBF498
Black with #CBF498
Text Example
Text Example
White with #CBF498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF498; }
p { color: rgb(203,244,152); }
H1.HeaderClassName
{
color: #CBF498;
}
.AnyTagClassName
{
color: #CBF498;
}
</style>
background-color css
<style>
a { background-color: #CBF498; }
a { background-color: rgb(203,244,152); }
div.DivClassName
{
background-color: #CBF498;
}
.BgClassName
{
background-color: #CBF498;
}
</style>
border-color css
<style>
span { border-color: #CBF498; }
span { border-color: rgb(203,244,152); }
td.TdClassName
{
border-color: #CBF498;
}
.TagClassName
{
border-color: #CBF498;
}
</style>