Shades of Reef #CBFF9C
Tints of Reef #CBFF9C
RGB
CMYK
RGB Variations
Color information
#CBFF9C (or 0xCBFF9C) is known color: Reef. HEX triplet: CB, FF and 9C. RGB value is (203,255,156). Sum of RGB (Red+Green+Blue) = 203+255+156=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF9C is #340063. Grayscale: #E4E4E4. Windows color (decimal): -3407972 or 10289099. OLE color: 10289099.
HSL color Cylindrical-coordinate representation of color #CBFF9C: hue angle of 91.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBFF9C is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 156 | - |
| CMYK | 0.20 | 0 | 0.39 | 0 |
| HSL | 91.52º | 1% | 0.81% | - |
| HSV(B) | 91.52º | 0.39% | 1% | - |
| XYZ | 66.39 | 86.62 | 44.67 | - |
| YUV | 228.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 156 | 0.20 | 0 | 0.39 | 0 | 91.52 | 1 | 0.81 |
| Hex | CB | FF | 9C | 14 | 0 | 27 | 0 | 5C | 64 | 51 |
| Octal | 313 | 377 | 234 | 24 | 0 | 47 | 0 | 134 | 144 | 121 |
| Binary | 11001011 | 11111111 | 10011100 | 10100 | 0 | 100111 | 0 | 1011100 | 1100100 | 1010001 |
Color Harmonies of #CBFF9C
Complementary color
Monochromatic Colors of #CBFF9C
Black with #CBFF9C
Text Example
Text Example
White with #CBFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF9C; }
p { color: rgb(203,255,156); }
H1.HeaderClassName
{
color: #CBFF9C;
}
.AnyTagClassName
{
color: #CBFF9C;
}
</style>
background-color css
<style>
a { background-color: #CBFF9C; }
a { background-color: rgb(203,255,156); }
div.DivClassName
{
background-color: #CBFF9C;
}
.BgClassName
{
background-color: #CBFF9C;
}
</style>
border-color css
<style>
span { border-color: #CBFF9C; }
span { border-color: rgb(203,255,156); }
td.TdClassName
{
border-color: #CBFF9C;
}
.TagClassName
{
border-color: #CBFF9C;
}
</style>