Shades of Reef #CBFF9E
Tints of Reef #CBFF9E
RGB
CMYK
RGB Variations
Color information
#CBFF9E (or 0xCBFF9E) is known color: Reef. HEX triplet: CB, FF and 9E. RGB value is (203,255,158). Sum of RGB (Red+Green+Blue) = 203+255+158=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF9E is #340061. Grayscale: #E4E4E4. Windows color (decimal): -3407970 or 10420171. OLE color: 10420171.
HSL color Cylindrical-coordinate representation of color #CBFF9E: hue angle of 92.16º 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 #CBFF9E is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 158 | - |
| CMYK | 0.20 | 0 | 0.38 | 0 |
| HSL | 92.16º | 1% | 0.81% | - |
| HSV(B) | 92.16º | 0.38% | 1% | - |
| XYZ | 66.56 | 86.69 | 45.57 | - |
| YUV | 228.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 158 | 0.20 | 0 | 0.38 | 0 | 92.16 | 1 | 0.81 |
| Hex | CB | FF | 9E | 14 | 0 | 26 | 0 | 5C | 64 | 51 |
| Octal | 313 | 377 | 236 | 24 | 0 | 46 | 0 | 134 | 144 | 121 |
| Binary | 11001011 | 11111111 | 10011110 | 10100 | 0 | 100110 | 0 | 1011100 | 1100100 | 1010001 |
Color Harmonies of #CBFF9E
Complementary color
Monochromatic Colors of #CBFF9E
Black with #CBFF9E
Text Example
Text Example
White with #CBFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF9E; }
p { color: rgb(203,255,158); }
H1.HeaderClassName
{
color: #CBFF9E;
}
.AnyTagClassName
{
color: #CBFF9E;
}
</style>
background-color css
<style>
a { background-color: #CBFF9E; }
a { background-color: rgb(203,255,158); }
div.DivClassName
{
background-color: #CBFF9E;
}
.BgClassName
{
background-color: #CBFF9E;
}
</style>
border-color css
<style>
span { border-color: #CBFF9E; }
span { border-color: rgb(203,255,158); }
td.TdClassName
{
border-color: #CBFF9E;
}
.TagClassName
{
border-color: #CBFF9E;
}
</style>