Shades of Reef #CBFD99
Tints of Reef #CBFD99
RGB
CMYK
RGB Variations
Color information
#CBFD99 (or 0xCBFD99) is known color: Reef. HEX triplet: CB, FD and 99. RGB value is (203,253,153). Sum of RGB (Red+Green+Blue) = 203+253+153=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD99 is #340266. Grayscale: #E3E3E3. Windows color (decimal): -3408487 or 10091979. OLE color: 10091979.
HSL color Cylindrical-coordinate representation of color #CBFD99: hue angle of 90º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFD99 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 153 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.01 |
| HSL | 90º | 0.96% | 0.8% | - |
| HSV(B) | 90º | 0.4% | 0.99% | - |
| XYZ | 65.5 | 85.25 | 43.14 | - |
| YUV | 226.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 153 | 0.20 | 0 | 0.40 | 0.01 | 90 | 0.96 | 0.8 |
| Hex | CB | FD | 99 | 14 | 0 | 28 | 1 | 5A | 60 | 50 |
| Octal | 313 | 375 | 231 | 24 | 0 | 50 | 1 | 132 | 140 | 120 |
| Binary | 11001011 | 11111101 | 10011001 | 10100 | 0 | 101000 | 1 | 1011010 | 1100000 | 1010000 |
Color Harmonies of #CBFD99
Complementary color
Monochromatic Colors of #CBFD99
Black with #CBFD99
Text Example
Text Example
White with #CBFD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD99; }
p { color: rgb(203,253,153); }
H1.HeaderClassName
{
color: #CBFD99;
}
.AnyTagClassName
{
color: #CBFD99;
}
</style>
background-color css
<style>
a { background-color: #CBFD99; }
a { background-color: rgb(203,253,153); }
div.DivClassName
{
background-color: #CBFD99;
}
.BgClassName
{
background-color: #CBFD99;
}
</style>
border-color css
<style>
span { border-color: #CBFD99; }
span { border-color: rgb(203,253,153); }
td.TdClassName
{
border-color: #CBFD99;
}
.TagClassName
{
border-color: #CBFD99;
}
</style>