Shades of Reef #CBF98E
Tints of Reef #CBF98E
RGB
CMYK
RGB Variations
Color information
#CBF98E (or 0xCBF98E) is known color: Reef. HEX triplet: CB, F9 and 8E. RGB value is (203,249,142). Sum of RGB (Red+Green+Blue) = 203+249+142=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF98E is #340671. Grayscale: #DFDFDF. Windows color (decimal): -3409522 or 9370059. OLE color: 9370059.
HSL color Cylindrical-coordinate representation of color #CBF98E: hue angle of 85.79º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBF98E is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 142 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.02 |
| HSL | 85.79º | 0.9% | 0.77% | - |
| HSV(B) | 85.79º | 0.43% | 0.98% | - |
| XYZ | 63.39 | 82.4 | 38.16 | - |
| YUV | 223.05 | 82.26 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 142 | 0.18 | 0 | 0.43 | 0.02 | 85.79 | 0.9 | 0.77 |
| Hex | CB | F9 | 8E | 12 | 0 | 2B | 2 | 56 | 5A | 4D |
| Octal | 313 | 371 | 216 | 22 | 0 | 53 | 2 | 126 | 132 | 115 |
| Binary | 11001011 | 11111001 | 10001110 | 10010 | 0 | 101011 | 10 | 1010110 | 1011010 | 1001101 |
Color Harmonies of #CBF98E
Complementary color
Monochromatic Colors of #CBF98E
Black with #CBF98E
Text Example
Text Example
White with #CBF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF98E; }
p { color: rgb(203,249,142); }
H1.HeaderClassName
{
color: #CBF98E;
}
.AnyTagClassName
{
color: #CBF98E;
}
</style>
background-color css
<style>
a { background-color: #CBF98E; }
a { background-color: rgb(203,249,142); }
div.DivClassName
{
background-color: #CBF98E;
}
.BgClassName
{
background-color: #CBF98E;
}
</style>
border-color css
<style>
span { border-color: #CBF98E; }
span { border-color: rgb(203,249,142); }
td.TdClassName
{
border-color: #CBF98E;
}
.TagClassName
{
border-color: #CBF98E;
}
</style>