Shades of Sulu #CBFF89
Tints of Sulu #CBFF89
RGB
CMYK
RGB Variations
Color information
#CBFF89 (or 0xCBFF89) is known color: Sulu. HEX triplet: CB, FF and 89. RGB value is (203,255,137). Sum of RGB (Red+Green+Blue) = 203+255+137=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF89 is #340076. Grayscale: #E2E2E2. Windows color (decimal): -3407991 or 9043915. OLE color: 9043915.
HSL color Cylindrical-coordinate representation of color #CBFF89: hue angle of 86.44º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBFF89 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 137 | - |
| CMYK | 0.20 | 0 | 0.46 | 0 |
| HSL | 86.44º | 1% | 0.77% | - |
| HSV(B) | 86.44º | 0.46% | 1% | - |
| XYZ | 64.9 | 86.02 | 36.85 | - |
| YUV | 226 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 137 | 0.20 | 0 | 0.46 | 0 | 86.44 | 1 | 0.77 |
| Hex | CB | FF | 89 | 14 | 0 | 2E | 0 | 56 | 64 | 4D |
| Octal | 313 | 377 | 211 | 24 | 0 | 56 | 0 | 126 | 144 | 115 |
| Binary | 11001011 | 11111111 | 10001001 | 10100 | 0 | 101110 | 0 | 1010110 | 1100100 | 1001101 |
Color Harmonies of #CBFF89
Complementary color
Monochromatic Colors of #CBFF89
Black with #CBFF89
Text Example
Text Example
White with #CBFF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF89; }
p { color: rgb(203,255,137); }
H1.HeaderClassName
{
color: #CBFF89;
}
.AnyTagClassName
{
color: #CBFF89;
}
</style>
background-color css
<style>
a { background-color: #CBFF89; }
a { background-color: rgb(203,255,137); }
div.DivClassName
{
background-color: #CBFF89;
}
.BgClassName
{
background-color: #CBFF89;
}
</style>
border-color css
<style>
span { border-color: #CBFF89; }
span { border-color: rgb(203,255,137); }
td.TdClassName
{
border-color: #CBFF89;
}
.TagClassName
{
border-color: #CBFF89;
}
</style>