Shades of Reef #CBE59B
Tints of Reef #CBE59B
RGB
CMYK
RGB Variations
Color information
#CBE59B (or 0xCBE59B) is known color: Reef. HEX triplet: CB, E5 and 9B. RGB value is (203,229,155). Sum of RGB (Red+Green+Blue) = 203+229+155=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE59B is #341A64. Grayscale: #D5D5D5. Windows color (decimal): -3414629 or 10216907. OLE color: 10216907.
HSL color Cylindrical-coordinate representation of color #CBE59B: hue angle of 81.08º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE59B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 155 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.10 |
| HSL | 81.08º | 0.59% | 0.75% | - |
| HSV(B) | 81.08º | 0.32% | 0.9% | - |
| XYZ | 58.56 | 71.1 | 41.65 | - |
| YUV | 212.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 155 | 0.11 | 0 | 0.32 | 0.10 | 81.08 | 0.59 | 0.75 |
| Hex | CB | E5 | 9B | B | 0 | 20 | A | 51 | 3B | 4B |
| Octal | 313 | 345 | 233 | 13 | 0 | 40 | 12 | 121 | 73 | 113 |
| Binary | 11001011 | 11100101 | 10011011 | 1011 | 0 | 100000 | 1010 | 1010001 | 111011 | 1001011 |
Color Harmonies of #CBE59B
Complementary color
Monochromatic Colors of #CBE59B
Black with #CBE59B
Text Example
Text Example
White with #CBE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE59B; }
p { color: rgb(203,229,155); }
H1.HeaderClassName
{
color: #CBE59B;
}
.AnyTagClassName
{
color: #CBE59B;
}
</style>
background-color css
<style>
a { background-color: #CBE59B; }
a { background-color: rgb(203,229,155); }
div.DivClassName
{
background-color: #CBE59B;
}
.BgClassName
{
background-color: #CBE59B;
}
</style>
border-color css
<style>
span { border-color: #CBE59B; }
span { border-color: rgb(203,229,155); }
td.TdClassName
{
border-color: #CBE59B;
}
.TagClassName
{
border-color: #CBE59B;
}
</style>