Shades of Reef #CBF99B
Tints of Reef #CBF99B
RGB
CMYK
RGB Variations
Color information
#CBF99B (or 0xCBF99B) is known color: Reef. HEX triplet: CB, F9 and 9B. RGB value is (203,249,155). Sum of RGB (Red+Green+Blue) = 203+249+155=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF99B is #340664. Grayscale: #E0E0E0. Windows color (decimal): -3409509 or 10222027. OLE color: 10222027.
HSL color Cylindrical-coordinate representation of color #CBF99B: hue angle of 89.36º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF99B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 155 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.02 |
| HSL | 89.36º | 0.89% | 0.79% | - |
| HSV(B) | 89.36º | 0.38% | 0.98% | - |
| XYZ | 64.42 | 82.81 | 43.6 | - |
| YUV | 224.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 155 | 0.18 | 0 | 0.38 | 0.02 | 89.36 | 0.89 | 0.79 |
| Hex | CB | F9 | 9B | 12 | 0 | 26 | 2 | 59 | 59 | 4F |
| Octal | 313 | 371 | 233 | 22 | 0 | 46 | 2 | 131 | 131 | 117 |
| Binary | 11001011 | 11111001 | 10011011 | 10010 | 0 | 100110 | 10 | 1011001 | 1011001 | 1001111 |
Color Harmonies of #CBF99B
Complementary color
Monochromatic Colors of #CBF99B
Black with #CBF99B
Text Example
Text Example
White with #CBF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF99B; }
p { color: rgb(203,249,155); }
H1.HeaderClassName
{
color: #CBF99B;
}
.AnyTagClassName
{
color: #CBF99B;
}
</style>
background-color css
<style>
a { background-color: #CBF99B; }
a { background-color: rgb(203,249,155); }
div.DivClassName
{
background-color: #CBF99B;
}
.BgClassName
{
background-color: #CBF99B;
}
</style>
border-color css
<style>
span { border-color: #CBF99B; }
span { border-color: rgb(203,249,155); }
td.TdClassName
{
border-color: #CBF99B;
}
.TagClassName
{
border-color: #CBF99B;
}
</style>