Shades of Reef #CBFE98
Tints of Reef #CBFE98
RGB
CMYK
RGB Variations
Color information
#CBFE98 (or 0xCBFE98) is known color: Reef. HEX triplet: CB, FE and 98. RGB value is (203,254,152). Sum of RGB (Red+Green+Blue) = 203+254+152=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFE98 is #340167. Grayscale: #E3E3E3. Windows color (decimal): -3408232 or 10026699. OLE color: 10026699.
HSL color Cylindrical-coordinate representation of color #CBFE98: hue angle of 90º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFE98 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 152 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.00 |
| HSL | 90º | 0.98% | 0.8% | - |
| HSV(B) | 90º | 0.4% | 1% | - |
| XYZ | 65.74 | 85.85 | 42.81 | - |
| YUV | 227.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 152 | 0.20 | 0 | 0.40 | 0.00 | 90 | 0.98 | 0.8 |
| Hex | CB | FE | 98 | 14 | 0 | 28 | 0 | 5A | 62 | 50 |
| Octal | 313 | 376 | 230 | 24 | 0 | 50 | 0 | 132 | 142 | 120 |
| Binary | 11001011 | 11111110 | 10011000 | 10100 | 0 | 101000 | 0 | 1011010 | 1100010 | 1010000 |
Color Harmonies of #CBFE98
Complementary color
Monochromatic Colors of #CBFE98
Black with #CBFE98
Text Example
Text Example
White with #CBFE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE98; }
p { color: rgb(203,254,152); }
H1.HeaderClassName
{
color: #CBFE98;
}
.AnyTagClassName
{
color: #CBFE98;
}
</style>
background-color css
<style>
a { background-color: #CBFE98; }
a { background-color: rgb(203,254,152); }
div.DivClassName
{
background-color: #CBFE98;
}
.BgClassName
{
background-color: #CBFE98;
}
</style>
border-color css
<style>
span { border-color: #CBFE98; }
span { border-color: rgb(203,254,152); }
td.TdClassName
{
border-color: #CBFE98;
}
.TagClassName
{
border-color: #CBFE98;
}
</style>