Shades of Reef #CBE994
Tints of Reef #CBE994
RGB
CMYK
RGB Variations
Color information
#CBE994 (or 0xCBE994) is known color: Reef. HEX triplet: CB, E9 and 94. RGB value is (203,233,148). Sum of RGB (Red+Green+Blue) = 203+233+148=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE994 is #34166B. Grayscale: #D6D6D6. Windows color (decimal): -3413612 or 9759179. OLE color: 9759179.
HSL color Cylindrical-coordinate representation of color #CBE994: hue angle of 81.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBE994 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 148 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.09 |
| HSL | 81.18º | 0.66% | 0.75% | - |
| HSV(B) | 81.18º | 0.36% | 0.91% | - |
| XYZ | 59.11 | 73.11 | 39.01 | - |
| YUV | 214.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 148 | 0.13 | 0 | 0.36 | 0.09 | 81.18 | 0.66 | 0.75 |
| Hex | CB | E9 | 94 | D | 0 | 24 | 9 | 51 | 42 | 4B |
| Octal | 313 | 351 | 224 | 15 | 0 | 44 | 11 | 121 | 102 | 113 |
| Binary | 11001011 | 11101001 | 10010100 | 1101 | 0 | 100100 | 1001 | 1010001 | 1000010 | 1001011 |
Color Harmonies of #CBE994
Complementary color
Monochromatic Colors of #CBE994
Black with #CBE994
Text Example
Text Example
White with #CBE994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE994; }
p { color: rgb(203,233,148); }
H1.HeaderClassName
{
color: #CBE994;
}
.AnyTagClassName
{
color: #CBE994;
}
</style>
background-color css
<style>
a { background-color: #CBE994; }
a { background-color: rgb(203,233,148); }
div.DivClassName
{
background-color: #CBE994;
}
.BgClassName
{
background-color: #CBE994;
}
</style>
border-color css
<style>
span { border-color: #CBE994; }
span { border-color: rgb(203,233,148); }
td.TdClassName
{
border-color: #CBE994;
}
.TagClassName
{
border-color: #CBE994;
}
</style>