Shades of Reef #CBFC9A
Tints of Reef #CBFC9A
RGB
CMYK
RGB Variations
Color information
#CBFC9A (or 0xCBFC9A) is known color: Reef. HEX triplet: CB, FC and 9A. RGB value is (203,252,154). Sum of RGB (Red+Green+Blue) = 203+252+154=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFC9A is #340365. Grayscale: #E2E2E2. Windows color (decimal): -3408742 or 10157259. OLE color: 10157259.
HSL color Cylindrical-coordinate representation of color #CBFC9A: hue angle of 90º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBFC9A is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 154 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.01 |
| HSL | 90º | 0.94% | 0.8% | - |
| HSV(B) | 90º | 0.39% | 0.99% | - |
| XYZ | 65.27 | 84.65 | 43.47 | - |
| YUV | 226.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 154 | 0.19 | 0 | 0.39 | 0.01 | 90 | 0.94 | 0.8 |
| Hex | CB | FC | 9A | 13 | 0 | 27 | 1 | 5A | 5E | 50 |
| Octal | 313 | 374 | 232 | 23 | 0 | 47 | 1 | 132 | 136 | 120 |
| Binary | 11001011 | 11111100 | 10011010 | 10011 | 0 | 100111 | 1 | 1011010 | 1011110 | 1010000 |
Color Harmonies of #CBFC9A
Complementary color
Monochromatic Colors of #CBFC9A
Black with #CBFC9A
Text Example
Text Example
White with #CBFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC9A; }
p { color: rgb(203,252,154); }
H1.HeaderClassName
{
color: #CBFC9A;
}
.AnyTagClassName
{
color: #CBFC9A;
}
</style>
background-color css
<style>
a { background-color: #CBFC9A; }
a { background-color: rgb(203,252,154); }
div.DivClassName
{
background-color: #CBFC9A;
}
.BgClassName
{
background-color: #CBFC9A;
}
</style>
border-color css
<style>
span { border-color: #CBFC9A; }
span { border-color: rgb(203,252,154); }
td.TdClassName
{
border-color: #CBFC9A;
}
.TagClassName
{
border-color: #CBFC9A;
}
</style>