Shades of Reef #CBFF92
Tints of Reef #CBFF92
RGB
CMYK
RGB Variations
Color information
#CBFF92 (or 0xCBFF92) is known color: Reef. HEX triplet: CB, FF and 92. RGB value is (203,255,146). Sum of RGB (Red+Green+Blue) = 203+255+146=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF92 is #34006D. Grayscale: #E3E3E3. Windows color (decimal): -3407982 or 9633739. OLE color: 9633739.
HSL color Cylindrical-coordinate representation of color #CBFF92: hue angle of 88.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBFF92 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 146 | - |
| CMYK | 0.20 | 0 | 0.43 | 0 |
| HSL | 88.62º | 1% | 0.79% | - |
| HSV(B) | 88.62º | 0.43% | 1% | - |
| XYZ | 65.58 | 86.29 | 40.39 | - |
| YUV | 227.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 146 | 0.20 | 0 | 0.43 | 0 | 88.62 | 1 | 0.79 |
| Hex | CB | FF | 92 | 14 | 0 | 2B | 0 | 59 | 64 | 4F |
| Octal | 313 | 377 | 222 | 24 | 0 | 53 | 0 | 131 | 144 | 117 |
| Binary | 11001011 | 11111111 | 10010010 | 10100 | 0 | 101011 | 0 | 1011001 | 1100100 | 1001111 |
Color Harmonies of #CBFF92
Complementary color
Monochromatic Colors of #CBFF92
Black with #CBFF92
Text Example
Text Example
White with #CBFF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF92; }
p { color: rgb(203,255,146); }
H1.HeaderClassName
{
color: #CBFF92;
}
.AnyTagClassName
{
color: #CBFF92;
}
</style>
background-color css
<style>
a { background-color: #CBFF92; }
a { background-color: rgb(203,255,146); }
div.DivClassName
{
background-color: #CBFF92;
}
.BgClassName
{
background-color: #CBFF92;
}
</style>
border-color css
<style>
span { border-color: #CBFF92; }
span { border-color: rgb(203,255,146); }
td.TdClassName
{
border-color: #CBFF92;
}
.TagClassName
{
border-color: #CBFF92;
}
</style>