Shades of Reef #CBF195
Tints of Reef #CBF195
RGB
CMYK
RGB Variations
Color information
#CBF195 (or 0xCBF195) is known color: Reef. HEX triplet: CB, F1 and 95. RGB value is (203,241,149). Sum of RGB (Red+Green+Blue) = 203+241+149=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF195 is #340E6A. Grayscale: #DBDBDB. Windows color (decimal): -3411563 or 9826763. OLE color: 9826763.
HSL color Cylindrical-coordinate representation of color #CBF195: hue angle of 84.78º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF195 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 149 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.05 |
| HSL | 84.78º | 0.77% | 0.76% | - |
| HSV(B) | 84.78º | 0.38% | 0.95% | - |
| XYZ | 61.51 | 77.78 | 40.2 | - |
| YUV | 219.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 149 | 0.16 | 0 | 0.38 | 0.05 | 84.78 | 0.77 | 0.76 |
| Hex | CB | F1 | 95 | 10 | 0 | 26 | 5 | 55 | 4D | 4C |
| Octal | 313 | 361 | 225 | 20 | 0 | 46 | 5 | 125 | 115 | 114 |
| Binary | 11001011 | 11110001 | 10010101 | 10000 | 0 | 100110 | 101 | 1010101 | 1001101 | 1001100 |
Color Harmonies of #CBF195
Complementary color
Monochromatic Colors of #CBF195
Black with #CBF195
Text Example
Text Example
White with #CBF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF195; }
p { color: rgb(203,241,149); }
H1.HeaderClassName
{
color: #CBF195;
}
.AnyTagClassName
{
color: #CBF195;
}
</style>
background-color css
<style>
a { background-color: #CBF195; }
a { background-color: rgb(203,241,149); }
div.DivClassName
{
background-color: #CBF195;
}
.BgClassName
{
background-color: #CBF195;
}
</style>
border-color css
<style>
span { border-color: #CBF195; }
span { border-color: rgb(203,241,149); }
td.TdClassName
{
border-color: #CBF195;
}
.TagClassName
{
border-color: #CBF195;
}
</style>