Shades of Sulu #CBFF85
Tints of Sulu #CBFF85
RGB
CMYK
RGB Variations
Color information
#CBFF85 (or 0xCBFF85) is known color: Sulu. HEX triplet: CB, FF and 85. RGB value is (203,255,133). Sum of RGB (Red+Green+Blue) = 203+255+133=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF85 is #34007A. Grayscale: #E1E1E1. Windows color (decimal): -3407995 or 8781771. OLE color: 8781771.
HSL color Cylindrical-coordinate representation of color #CBFF85: hue angle of 85.57º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBFF85 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 133 | - |
| CMYK | 0.20 | 0 | 0.48 | 0 |
| HSL | 85.57º | 1% | 0.76% | - |
| HSV(B) | 85.57º | 0.48% | 1% | - |
| XYZ | 64.62 | 85.91 | 35.37 | - |
| YUV | 225.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 133 | 0.20 | 0 | 0.48 | 0 | 85.57 | 1 | 0.76 |
| Hex | CB | FF | 85 | 14 | 0 | 30 | 0 | 56 | 64 | 4C |
| Octal | 313 | 377 | 205 | 24 | 0 | 60 | 0 | 126 | 144 | 114 |
| Binary | 11001011 | 11111111 | 10000101 | 10100 | 0 | 110000 | 0 | 1010110 | 1100100 | 1001100 |
Color Harmonies of #CBFF85
Complementary color
Monochromatic Colors of #CBFF85
Black with #CBFF85
Text Example
Text Example
White with #CBFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF85; }
p { color: rgb(203,255,133); }
H1.HeaderClassName
{
color: #CBFF85;
}
.AnyTagClassName
{
color: #CBFF85;
}
</style>
background-color css
<style>
a { background-color: #CBFF85; }
a { background-color: rgb(203,255,133); }
div.DivClassName
{
background-color: #CBFF85;
}
.BgClassName
{
background-color: #CBFF85;
}
</style>
border-color css
<style>
span { border-color: #CBFF85; }
span { border-color: rgb(203,255,133); }
td.TdClassName
{
border-color: #CBFF85;
}
.TagClassName
{
border-color: #CBFF85;
}
</style>