Shades of Reef #CBF29E
Tints of Reef #CBF29E
RGB
CMYK
RGB Variations
Color information
#CBF29E (or 0xCBF29E) is known color: Reef. HEX triplet: CB, F2 and 9E. RGB value is (203,242,158). Sum of RGB (Red+Green+Blue) = 203+242+158=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF29E is #340D61. Grayscale: #DDDDDD. Windows color (decimal): -3411298 or 10416843. OLE color: 10416843.
HSL color Cylindrical-coordinate representation of color #CBF29E: hue angle of 87.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBF29E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 158 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.05 |
| HSL | 87.86º | 0.76% | 0.78% | - |
| HSV(B) | 87.86º | 0.35% | 0.95% | - |
| XYZ | 62.55 | 78.67 | 44.24 | - |
| YUV | 220.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 158 | 0.16 | 0 | 0.35 | 0.05 | 87.86 | 0.76 | 0.78 |
| Hex | CB | F2 | 9E | 10 | 0 | 23 | 5 | 58 | 4C | 4E |
| Octal | 313 | 362 | 236 | 20 | 0 | 43 | 5 | 130 | 114 | 116 |
| Binary | 11001011 | 11110010 | 10011110 | 10000 | 0 | 100011 | 101 | 1011000 | 1001100 | 1001110 |
Color Harmonies of #CBF29E
Complementary color
Monochromatic Colors of #CBF29E
Black with #CBF29E
Text Example
Text Example
White with #CBF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF29E; }
p { color: rgb(203,242,158); }
H1.HeaderClassName
{
color: #CBF29E;
}
.AnyTagClassName
{
color: #CBF29E;
}
</style>
background-color css
<style>
a { background-color: #CBF29E; }
a { background-color: rgb(203,242,158); }
div.DivClassName
{
background-color: #CBF29E;
}
.BgClassName
{
background-color: #CBF29E;
}
</style>
border-color css
<style>
span { border-color: #CBF29E; }
span { border-color: rgb(203,242,158); }
td.TdClassName
{
border-color: #CBF29E;
}
.TagClassName
{
border-color: #CBF29E;
}
</style>