Shades of Reef #CBF29B
Tints of Reef #CBF29B
RGB
CMYK
RGB Variations
Color information
#CBF29B (or 0xCBF29B) is known color: Reef. HEX triplet: CB, F2 and 9B. RGB value is (203,242,155). Sum of RGB (Red+Green+Blue) = 203+242+155=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF29B is #340D64. Grayscale: #DCDCDC. Windows color (decimal): -3411301 or 10220235. OLE color: 10220235.
HSL color Cylindrical-coordinate representation of color #CBF29B: hue angle of 86.9º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBF29B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 155 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.05 |
| HSL | 86.9º | 0.77% | 0.78% | - |
| HSV(B) | 86.9º | 0.36% | 0.95% | - |
| XYZ | 62.3 | 78.57 | 42.89 | - |
| YUV | 220.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 155 | 0.16 | 0 | 0.36 | 0.05 | 86.9 | 0.77 | 0.78 |
| Hex | CB | F2 | 9B | 10 | 0 | 24 | 5 | 57 | 4D | 4E |
| Octal | 313 | 362 | 233 | 20 | 0 | 44 | 5 | 127 | 115 | 116 |
| Binary | 11001011 | 11110010 | 10011011 | 10000 | 0 | 100100 | 101 | 1010111 | 1001101 | 1001110 |
Color Harmonies of #CBF29B
Complementary color
Monochromatic Colors of #CBF29B
Black with #CBF29B
Text Example
Text Example
White with #CBF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF29B; }
p { color: rgb(203,242,155); }
H1.HeaderClassName
{
color: #CBF29B;
}
.AnyTagClassName
{
color: #CBF29B;
}
</style>
background-color css
<style>
a { background-color: #CBF29B; }
a { background-color: rgb(203,242,155); }
div.DivClassName
{
background-color: #CBF29B;
}
.BgClassName
{
background-color: #CBF29B;
}
</style>
border-color css
<style>
span { border-color: #CBF29B; }
span { border-color: rgb(203,242,155); }
td.TdClassName
{
border-color: #CBF29B;
}
.TagClassName
{
border-color: #CBF29B;
}
</style>