Shades of Reef #CBF295
Tints of Reef #CBF295
RGB
CMYK
RGB Variations
Color information
#CBF295 (or 0xCBF295) is known color: Reef. HEX triplet: CB, F2 and 95. RGB value is (203,242,149). Sum of RGB (Red+Green+Blue) = 203+242+149=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF295 is #340D6A. Grayscale: #DCDCDC. Windows color (decimal): -3411307 or 9827019. OLE color: 9827019.
HSL color Cylindrical-coordinate representation of color #CBF295: hue angle of 85.16º degrees, saturation: 0.78, 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 #CBF295 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 149 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.05 |
| HSL | 85.16º | 0.78% | 0.77% | - |
| HSV(B) | 85.16º | 0.38% | 0.95% | - |
| XYZ | 61.81 | 78.37 | 40.3 | - |
| YUV | 219.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 149 | 0.16 | 0 | 0.38 | 0.05 | 85.16 | 0.78 | 0.77 |
| Hex | CB | F2 | 95 | 10 | 0 | 26 | 5 | 55 | 4E | 4D |
| Octal | 313 | 362 | 225 | 20 | 0 | 46 | 5 | 125 | 116 | 115 |
| Binary | 11001011 | 11110010 | 10010101 | 10000 | 0 | 100110 | 101 | 1010101 | 1001110 | 1001101 |
Color Harmonies of #CBF295
Complementary color
Monochromatic Colors of #CBF295
Black with #CBF295
Text Example
Text Example
White with #CBF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF295; }
p { color: rgb(203,242,149); }
H1.HeaderClassName
{
color: #CBF295;
}
.AnyTagClassName
{
color: #CBF295;
}
</style>
background-color css
<style>
a { background-color: #CBF295; }
a { background-color: rgb(203,242,149); }
div.DivClassName
{
background-color: #CBF295;
}
.BgClassName
{
background-color: #CBF295;
}
</style>
border-color css
<style>
span { border-color: #CBF295; }
span { border-color: rgb(203,242,149); }
td.TdClassName
{
border-color: #CBF295;
}
.TagClassName
{
border-color: #CBF295;
}
</style>