Shades of Sulu #CBFF71
Tints of Sulu #CBFF71
RGB
CMYK
RGB Variations
Color information
#CBFF71 (or 0xCBFF71) is known color: Sulu. HEX triplet: CB, FF and 71. RGB value is (203,255,113). Sum of RGB (Red+Green+Blue) = 203+255+113=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF71 is #34008E. Grayscale: #DFDFDF. Windows color (decimal): -3408015 or 7471051. OLE color: 7471051.
HSL color Cylindrical-coordinate representation of color #CBFF71: hue angle of 81.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBFF71 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 113 | - |
| CMYK | 0.20 | 0 | 0.56 | 0 |
| HSL | 81.97º | 1% | 0.72% | - |
| HSV(B) | 81.97º | 0.56% | 1% | - |
| XYZ | 63.37 | 85.41 | 28.77 | - |
| YUV | 223.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 113 | 0.20 | 0 | 0.56 | 0 | 81.97 | 1 | 0.72 |
| Hex | CB | FF | 71 | 14 | 0 | 38 | 0 | 52 | 64 | 48 |
| Octal | 313 | 377 | 161 | 24 | 0 | 70 | 0 | 122 | 144 | 110 |
| Binary | 11001011 | 11111111 | 1110001 | 10100 | 0 | 111000 | 0 | 1010010 | 1100100 | 1001000 |
Color Harmonies of #CBFF71
Complementary color
Monochromatic Colors of #CBFF71
Black with #CBFF71
Text Example
Text Example
White with #CBFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF71; }
p { color: rgb(203,255,113); }
H1.HeaderClassName
{
color: #CBFF71;
}
.AnyTagClassName
{
color: #CBFF71;
}
</style>
background-color css
<style>
a { background-color: #CBFF71; }
a { background-color: rgb(203,255,113); }
div.DivClassName
{
background-color: #CBFF71;
}
.BgClassName
{
background-color: #CBFF71;
}
</style>
border-color css
<style>
span { border-color: #CBFF71; }
span { border-color: rgb(203,255,113); }
td.TdClassName
{
border-color: #CBFF71;
}
.TagClassName
{
border-color: #CBFF71;
}
</style>