Shades of Reef #CBF59C
Tints of Reef #CBF59C
RGB
CMYK
RGB Variations
Color information
#CBF59C (or 0xCBF59C) is known color: Reef. HEX triplet: CB, F5 and 9C. RGB value is (203,245,156). Sum of RGB (Red+Green+Blue) = 203+245+156=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF59C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF59C is #340A63. Grayscale: #DEDEDE. Windows color (decimal): -3410532 or 10286539. OLE color: 10286539.
HSL color Cylindrical-coordinate representation of color #CBF59C: hue angle of 88.31º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBF59C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 156 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.04 |
| HSL | 88.31º | 0.82% | 0.79% | - |
| HSV(B) | 88.31º | 0.36% | 0.96% | - |
| XYZ | 63.28 | 80.4 | 43.64 | - |
| YUV | 222.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 156 | 0.17 | 0 | 0.36 | 0.04 | 88.31 | 0.82 | 0.79 |
| Hex | CB | F5 | 9C | 11 | 0 | 24 | 4 | 58 | 52 | 4F |
| Octal | 313 | 365 | 234 | 21 | 0 | 44 | 4 | 130 | 122 | 117 |
| Binary | 11001011 | 11110101 | 10011100 | 10001 | 0 | 100100 | 100 | 1011000 | 1010010 | 1001111 |
Color Harmonies of #CBF59C
Complementary color
Monochromatic Colors of #CBF59C
Black with #CBF59C
Text Example
Text Example
White with #CBF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF59C; }
p { color: rgb(203,245,156); }
H1.HeaderClassName
{
color: #CBF59C;
}
.AnyTagClassName
{
color: #CBF59C;
}
</style>
background-color css
<style>
a { background-color: #CBF59C; }
a { background-color: rgb(203,245,156); }
div.DivClassName
{
background-color: #CBF59C;
}
.BgClassName
{
background-color: #CBF59C;
}
</style>
border-color css
<style>
span { border-color: #CBF59C; }
span { border-color: rgb(203,245,156); }
td.TdClassName
{
border-color: #CBF59C;
}
.TagClassName
{
border-color: #CBF59C;
}
</style>