Shades of Reef #CBFF9F
Tints of Reef #CBFF9F
RGB
CMYK
RGB Variations
Color information
#CBFF9F (or 0xCBFF9F) is known color: Reef. HEX triplet: CB, FF and 9F. RGB value is (203,255,159). Sum of RGB (Red+Green+Blue) = 203+255+159=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF9F is #340060. Grayscale: #E4E4E4. Windows color (decimal): -3407969 or 10485707. OLE color: 10485707.
HSL color Cylindrical-coordinate representation of color #CBFF9F: hue angle of 92.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBFF9F is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 159 | - |
| CMYK | 0.20 | 0 | 0.38 | 0 |
| HSL | 92.5º | 1% | 0.81% | - |
| HSV(B) | 92.5º | 0.38% | 1% | - |
| XYZ | 66.65 | 86.72 | 46.03 | - |
| YUV | 228.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 159 | 0.20 | 0 | 0.38 | 0 | 92.5 | 1 | 0.81 |
| Hex | CB | FF | 9F | 14 | 0 | 26 | 0 | 5C | 64 | 51 |
| Octal | 313 | 377 | 237 | 24 | 0 | 46 | 0 | 134 | 144 | 121 |
| Binary | 11001011 | 11111111 | 10011111 | 10100 | 0 | 100110 | 0 | 1011100 | 1100100 | 1010001 |
Color Harmonies of #CBFF9F
Complementary color
Monochromatic Colors of #CBFF9F
Black with #CBFF9F
Text Example
Text Example
White with #CBFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF9F; }
p { color: rgb(203,255,159); }
H1.HeaderClassName
{
color: #CBFF9F;
}
.AnyTagClassName
{
color: #CBFF9F;
}
</style>
background-color css
<style>
a { background-color: #CBFF9F; }
a { background-color: rgb(203,255,159); }
div.DivClassName
{
background-color: #CBFF9F;
}
.BgClassName
{
background-color: #CBFF9F;
}
</style>
border-color css
<style>
span { border-color: #CBFF9F; }
span { border-color: rgb(203,255,159); }
td.TdClassName
{
border-color: #CBFF9F;
}
.TagClassName
{
border-color: #CBFF9F;
}
</style>