Shades of Reef #CBF19F
Tints of Reef #CBF19F
RGB
CMYK
RGB Variations
Color information
#CBF19F (or 0xCBF19F) is known color: Reef. HEX triplet: CB, F1 and 9F. RGB value is (203,241,159). Sum of RGB (Red+Green+Blue) = 203+241+159=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF19F is #340E60. Grayscale: #DCDCDC. Windows color (decimal): -3411553 or 10482123. OLE color: 10482123.
HSL color Cylindrical-coordinate representation of color #CBF19F: hue angle of 87.8º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBF19F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 159 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.05 |
| HSL | 87.8º | 0.75% | 0.78% | - |
| HSV(B) | 87.8º | 0.34% | 0.95% | - |
| XYZ | 62.34 | 78.11 | 44.59 | - |
| YUV | 220.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 159 | 0.16 | 0 | 0.34 | 0.05 | 87.8 | 0.75 | 0.78 |
| Hex | CB | F1 | 9F | 10 | 0 | 22 | 5 | 58 | 4B | 4E |
| Octal | 313 | 361 | 237 | 20 | 0 | 42 | 5 | 130 | 113 | 116 |
| Binary | 11001011 | 11110001 | 10011111 | 10000 | 0 | 100010 | 101 | 1011000 | 1001011 | 1001110 |
Color Harmonies of #CBF19F
Complementary color
Monochromatic Colors of #CBF19F
Black with #CBF19F
Text Example
Text Example
White with #CBF19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF19F; }
p { color: rgb(203,241,159); }
H1.HeaderClassName
{
color: #CBF19F;
}
.AnyTagClassName
{
color: #CBF19F;
}
</style>
background-color css
<style>
a { background-color: #CBF19F; }
a { background-color: rgb(203,241,159); }
div.DivClassName
{
background-color: #CBF19F;
}
.BgClassName
{
background-color: #CBF19F;
}
</style>
border-color css
<style>
span { border-color: #CBF19F; }
span { border-color: rgb(203,241,159); }
td.TdClassName
{
border-color: #CBF19F;
}
.TagClassName
{
border-color: #CBF19F;
}
</style>