Shades of Reef #CBF692
Tints of Reef #CBF692
RGB
CMYK
RGB Variations
Color information
#CBF692 (or 0xCBF692) is known color: Reef. HEX triplet: CB, F6 and 92. RGB value is (203,246,146). Sum of RGB (Red+Green+Blue) = 203+246+146=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF692 is #34096D. Grayscale: #DEDEDE. Windows color (decimal): -3410286 or 9631435. OLE color: 9631435.
HSL color Cylindrical-coordinate representation of color #CBF692: hue angle of 85.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBF692 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 146 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.04 |
| HSL | 85.8º | 0.85% | 0.77% | - |
| HSV(B) | 85.8º | 0.41% | 0.96% | - |
| XYZ | 62.77 | 80.68 | 39.46 | - |
| YUV | 221.74 | 85.25 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 146 | 0.17 | 0 | 0.41 | 0.04 | 85.8 | 0.85 | 0.77 |
| Hex | CB | F6 | 92 | 11 | 0 | 29 | 4 | 56 | 55 | 4D |
| Octal | 313 | 366 | 222 | 21 | 0 | 51 | 4 | 126 | 125 | 115 |
| Binary | 11001011 | 11110110 | 10010010 | 10001 | 0 | 101001 | 100 | 1010110 | 1010101 | 1001101 |
Color Harmonies of #CBF692
Complementary color
Monochromatic Colors of #CBF692
Black with #CBF692
Text Example
Text Example
White with #CBF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF692; }
p { color: rgb(203,246,146); }
H1.HeaderClassName
{
color: #CBF692;
}
.AnyTagClassName
{
color: #CBF692;
}
</style>
background-color css
<style>
a { background-color: #CBF692; }
a { background-color: rgb(203,246,146); }
div.DivClassName
{
background-color: #CBF692;
}
.BgClassName
{
background-color: #CBF692;
}
</style>
border-color css
<style>
span { border-color: #CBF692; }
span { border-color: rgb(203,246,146); }
td.TdClassName
{
border-color: #CBF692;
}
.TagClassName
{
border-color: #CBF692;
}
</style>