Shades of Reef #CBE59D
Tints of Reef #CBE59D
RGB
CMYK
RGB Variations
Color information
#CBE59D (or 0xCBE59D) is known color: Reef. HEX triplet: CB, E5 and 9D. RGB value is (203,229,157). Sum of RGB (Red+Green+Blue) = 203+229+157=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE59D is #341A62. Grayscale: #D5D5D5. Windows color (decimal): -3414627 or 10347979. OLE color: 10347979.
HSL color Cylindrical-coordinate representation of color #CBE59D: hue angle of 81.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBE59D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 157 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.10 |
| HSL | 81.67º | 0.58% | 0.76% | - |
| HSV(B) | 81.67º | 0.31% | 0.9% | - |
| XYZ | 58.73 | 71.17 | 42.54 | - |
| YUV | 213.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 157 | 0.11 | 0 | 0.31 | 0.10 | 81.67 | 0.58 | 0.76 |
| Hex | CB | E5 | 9D | B | 0 | 1F | A | 52 | 3A | 4C |
| Octal | 313 | 345 | 235 | 13 | 0 | 37 | 12 | 122 | 72 | 114 |
| Binary | 11001011 | 11100101 | 10011101 | 1011 | 0 | 11111 | 1010 | 1010010 | 111010 | 1001100 |
Color Harmonies of #CBE59D
Complementary color
Monochromatic Colors of #CBE59D
Black with #CBE59D
Text Example
Text Example
White with #CBE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE59D; }
p { color: rgb(203,229,157); }
H1.HeaderClassName
{
color: #CBE59D;
}
.AnyTagClassName
{
color: #CBE59D;
}
</style>
background-color css
<style>
a { background-color: #CBE59D; }
a { background-color: rgb(203,229,157); }
div.DivClassName
{
background-color: #CBE59D;
}
.BgClassName
{
background-color: #CBE59D;
}
</style>
border-color css
<style>
span { border-color: #CBE59D; }
span { border-color: rgb(203,229,157); }
td.TdClassName
{
border-color: #CBE59D;
}
.TagClassName
{
border-color: #CBE59D;
}
</style>