Shades of Reef #CBFF98
Tints of Reef #CBFF98
RGB
CMYK
RGB Variations
Color information
#CBFF98 (or 0xCBFF98) is known color: Reef. HEX triplet: CB, FF and 98. RGB value is (203,255,152). Sum of RGB (Red+Green+Blue) = 203+255+152=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF98 is #340067. Grayscale: #E4E4E4. Windows color (decimal): -3407976 or 10026955. OLE color: 10026955.
HSL color Cylindrical-coordinate representation of color #CBFF98: hue angle of 90.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFF98 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 152 | - |
| CMYK | 0.20 | 0 | 0.40 | 0 |
| HSL | 90.29º | 1% | 0.8% | - |
| HSV(B) | 90.29º | 0.4% | 1% | - |
| XYZ | 66.06 | 86.48 | 42.92 | - |
| YUV | 227.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 152 | 0.20 | 0 | 0.40 | 0 | 90.29 | 1 | 0.8 |
| Hex | CB | FF | 98 | 14 | 0 | 28 | 0 | 5A | 64 | 50 |
| Octal | 313 | 377 | 230 | 24 | 0 | 50 | 0 | 132 | 144 | 120 |
| Binary | 11001011 | 11111111 | 10011000 | 10100 | 0 | 101000 | 0 | 1011010 | 1100100 | 1010000 |
Color Harmonies of #CBFF98
Complementary color
Monochromatic Colors of #CBFF98
Black with #CBFF98
Text Example
Text Example
White with #CBFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF98; }
p { color: rgb(203,255,152); }
H1.HeaderClassName
{
color: #CBFF98;
}
.AnyTagClassName
{
color: #CBFF98;
}
</style>
background-color css
<style>
a { background-color: #CBFF98; }
a { background-color: rgb(203,255,152); }
div.DivClassName
{
background-color: #CBFF98;
}
.BgClassName
{
background-color: #CBFF98;
}
</style>
border-color css
<style>
span { border-color: #CBFF98; }
span { border-color: rgb(203,255,152); }
td.TdClassName
{
border-color: #CBFF98;
}
.TagClassName
{
border-color: #CBFF98;
}
</style>