Shades of Reef #CBF191
Tints of Reef #CBF191
RGB
CMYK
RGB Variations
Color information
#CBF191 (or 0xCBF191) is known color: Reef. HEX triplet: CB, F1 and 91. RGB value is (203,241,145). Sum of RGB (Red+Green+Blue) = 203+241+145=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF191 is #340E6E. Grayscale: #DBDBDB. Windows color (decimal): -3411567 or 9564619. OLE color: 9564619.
HSL color Cylindrical-coordinate representation of color #CBF191: hue angle of 83.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBF191 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 145 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.05 |
| HSL | 83.75º | 0.77% | 0.76% | - |
| HSV(B) | 83.75º | 0.4% | 0.95% | - |
| XYZ | 61.19 | 77.65 | 38.55 | - |
| YUV | 218.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 145 | 0.16 | 0 | 0.40 | 0.05 | 83.75 | 0.77 | 0.76 |
| Hex | CB | F1 | 91 | 10 | 0 | 28 | 5 | 54 | 4D | 4C |
| Octal | 313 | 361 | 221 | 20 | 0 | 50 | 5 | 124 | 115 | 114 |
| Binary | 11001011 | 11110001 | 10010001 | 10000 | 0 | 101000 | 101 | 1010100 | 1001101 | 1001100 |
Color Harmonies of #CBF191
Complementary color
Monochromatic Colors of #CBF191
Black with #CBF191
Text Example
Text Example
White with #CBF191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF191; }
p { color: rgb(203,241,145); }
H1.HeaderClassName
{
color: #CBF191;
}
.AnyTagClassName
{
color: #CBF191;
}
</style>
background-color css
<style>
a { background-color: #CBF191; }
a { background-color: rgb(203,241,145); }
div.DivClassName
{
background-color: #CBF191;
}
.BgClassName
{
background-color: #CBF191;
}
</style>
border-color css
<style>
span { border-color: #CBF191; }
span { border-color: rgb(203,241,145); }
td.TdClassName
{
border-color: #CBF191;
}
.TagClassName
{
border-color: #CBF191;
}
</style>