Shades of Reef #CBF694
Tints of Reef #CBF694
RGB
CMYK
RGB Variations
Color information
#CBF694 (or 0xCBF694) is known color: Reef. HEX triplet: CB, F6 and 94. RGB value is (203,246,148). Sum of RGB (Red+Green+Blue) = 203+246+148=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF694 is #34096B. Grayscale: #DEDEDE. Windows color (decimal): -3410284 or 9762507. OLE color: 9762507.
HSL color Cylindrical-coordinate representation of color #CBF694: hue angle of 86.33º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBF694 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 148 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.04 |
| HSL | 86.33º | 0.84% | 0.77% | - |
| HSV(B) | 86.33º | 0.4% | 0.96% | - |
| XYZ | 62.93 | 80.75 | 40.29 | - |
| YUV | 221.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 148 | 0.17 | 0 | 0.40 | 0.04 | 86.33 | 0.84 | 0.77 |
| Hex | CB | F6 | 94 | 11 | 0 | 28 | 4 | 56 | 54 | 4D |
| Octal | 313 | 366 | 224 | 21 | 0 | 50 | 4 | 126 | 124 | 115 |
| Binary | 11001011 | 11110110 | 10010100 | 10001 | 0 | 101000 | 100 | 1010110 | 1010100 | 1001101 |
Color Harmonies of #CBF694
Complementary color
Monochromatic Colors of #CBF694
Black with #CBF694
Text Example
Text Example
White with #CBF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF694; }
p { color: rgb(203,246,148); }
H1.HeaderClassName
{
color: #CBF694;
}
.AnyTagClassName
{
color: #CBF694;
}
</style>
background-color css
<style>
a { background-color: #CBF694; }
a { background-color: rgb(203,246,148); }
div.DivClassName
{
background-color: #CBF694;
}
.BgClassName
{
background-color: #CBF694;
}
</style>
border-color css
<style>
span { border-color: #CBF694; }
span { border-color: rgb(203,246,148); }
td.TdClassName
{
border-color: #CBF694;
}
.TagClassName
{
border-color: #CBF694;
}
</style>