Shades of Reef #CBFF9A
Tints of Reef #CBFF9A
RGB
CMYK
RGB Variations
Color information
#CBFF9A (or 0xCBFF9A) is known color: Reef. HEX triplet: CB, FF and 9A. RGB value is (203,255,154). Sum of RGB (Red+Green+Blue) = 203+255+154=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF9A is #340065. Grayscale: #E4E4E4. Windows color (decimal): -3407974 or 10158027. OLE color: 10158027.
HSL color Cylindrical-coordinate representation of color #CBFF9A: hue angle of 90.89º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFF9A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 154 | - |
| CMYK | 0.20 | 0 | 0.40 | 0 |
| HSL | 90.89º | 1% | 0.8% | - |
| HSV(B) | 90.89º | 0.4% | 1% | - |
| XYZ | 66.22 | 86.55 | 43.79 | - |
| YUV | 227.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 154 | 0.20 | 0 | 0.40 | 0 | 90.89 | 1 | 0.8 |
| Hex | CB | FF | 9A | 14 | 0 | 28 | 0 | 5B | 64 | 50 |
| Octal | 313 | 377 | 232 | 24 | 0 | 50 | 0 | 133 | 144 | 120 |
| Binary | 11001011 | 11111111 | 10011010 | 10100 | 0 | 101000 | 0 | 1011011 | 1100100 | 1010000 |
Color Harmonies of #CBFF9A
Complementary color
Monochromatic Colors of #CBFF9A
Black with #CBFF9A
Text Example
Text Example
White with #CBFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF9A; }
p { color: rgb(203,255,154); }
H1.HeaderClassName
{
color: #CBFF9A;
}
.AnyTagClassName
{
color: #CBFF9A;
}
</style>
background-color css
<style>
a { background-color: #CBFF9A; }
a { background-color: rgb(203,255,154); }
div.DivClassName
{
background-color: #CBFF9A;
}
.BgClassName
{
background-color: #CBFF9A;
}
</style>
border-color css
<style>
span { border-color: #CBFF9A; }
span { border-color: rgb(203,255,154); }
td.TdClassName
{
border-color: #CBFF9A;
}
.TagClassName
{
border-color: #CBFF9A;
}
</style>