Shades of Reef #CBF98F
Tints of Reef #CBF98F
RGB
CMYK
RGB Variations
Color information
#CBF98F (or 0xCBF98F) is known color: Reef. HEX triplet: CB, F9 and 8F. RGB value is (203,249,143). Sum of RGB (Red+Green+Blue) = 203+249+143=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF98F is #340670. Grayscale: #DFDFDF. Windows color (decimal): -3409521 or 9435595. OLE color: 9435595.
HSL color Cylindrical-coordinate representation of color #CBF98F: hue angle of 86.04º 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 #CBF98F is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 143 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.02 |
| HSL | 86.04º | 0.9% | 0.77% | - |
| HSV(B) | 86.04º | 0.43% | 0.98% | - |
| XYZ | 63.46 | 82.43 | 38.55 | - |
| YUV | 223.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 143 | 0.18 | 0 | 0.43 | 0.02 | 86.04 | 0.9 | 0.77 |
| Hex | CB | F9 | 8F | 12 | 0 | 2B | 2 | 56 | 5A | 4D |
| Octal | 313 | 371 | 217 | 22 | 0 | 53 | 2 | 126 | 132 | 115 |
| Binary | 11001011 | 11111001 | 10001111 | 10010 | 0 | 101011 | 10 | 1010110 | 1011010 | 1001101 |
Color Harmonies of #CBF98F
Complementary color
Monochromatic Colors of #CBF98F
Black with #CBF98F
Text Example
Text Example
White with #CBF98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF98F; }
p { color: rgb(203,249,143); }
H1.HeaderClassName
{
color: #CBF98F;
}
.AnyTagClassName
{
color: #CBF98F;
}
</style>
background-color css
<style>
a { background-color: #CBF98F; }
a { background-color: rgb(203,249,143); }
div.DivClassName
{
background-color: #CBF98F;
}
.BgClassName
{
background-color: #CBF98F;
}
</style>
border-color css
<style>
span { border-color: #CBF98F; }
span { border-color: rgb(203,249,143); }
td.TdClassName
{
border-color: #CBF98F;
}
.TagClassName
{
border-color: #CBF98F;
}
</style>