Shades of Reef #CBFC9D
Tints of Reef #CBFC9D
RGB
CMYK
RGB Variations
Color information
#CBFC9D (or 0xCBFC9D) is known color: Reef. HEX triplet: CB, FC and 9D. RGB value is (203,252,157). Sum of RGB (Red+Green+Blue) = 203+252+157=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFC9D is #340362. Grayscale: #E2E2E2. Windows color (decimal): -3408739 or 10353867. OLE color: 10353867.
HSL color Cylindrical-coordinate representation of color #CBFC9D: hue angle of 90.95º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBFC9D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 157 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.01 |
| HSL | 90.95º | 0.94% | 0.8% | - |
| HSV(B) | 90.95º | 0.38% | 0.99% | - |
| XYZ | 65.52 | 84.75 | 44.8 | - |
| YUV | 226.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 157 | 0.19 | 0 | 0.38 | 0.01 | 90.95 | 0.94 | 0.8 |
| Hex | CB | FC | 9D | 13 | 0 | 26 | 1 | 5B | 5E | 50 |
| Octal | 313 | 374 | 235 | 23 | 0 | 46 | 1 | 133 | 136 | 120 |
| Binary | 11001011 | 11111100 | 10011101 | 10011 | 0 | 100110 | 1 | 1011011 | 1011110 | 1010000 |
Color Harmonies of #CBFC9D
Complementary color
Monochromatic Colors of #CBFC9D
Black with #CBFC9D
Text Example
Text Example
White with #CBFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC9D; }
p { color: rgb(203,252,157); }
H1.HeaderClassName
{
color: #CBFC9D;
}
.AnyTagClassName
{
color: #CBFC9D;
}
</style>
background-color css
<style>
a { background-color: #CBFC9D; }
a { background-color: rgb(203,252,157); }
div.DivClassName
{
background-color: #CBFC9D;
}
.BgClassName
{
background-color: #CBFC9D;
}
</style>
border-color css
<style>
span { border-color: #CBFC9D; }
span { border-color: rgb(203,252,157); }
td.TdClassName
{
border-color: #CBFC9D;
}
.TagClassName
{
border-color: #CBFC9D;
}
</style>