Shades of Sulu #CBFF82
Tints of Sulu #CBFF82
RGB
CMYK
RGB Variations
Color information
#CBFF82 (or 0xCBFF82) is known color: Sulu. HEX triplet: CB, FF and 82. RGB value is (203,255,130). Sum of RGB (Red+Green+Blue) = 203+255+130=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF82 is #34007D. Grayscale: #E1E1E1. Windows color (decimal): -3407998 or 8585163. OLE color: 8585163.
HSL color Cylindrical-coordinate representation of color #CBFF82: hue angle of 84.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBFF82 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 130 | - |
| CMYK | 0.20 | 0 | 0.49 | 0 |
| HSL | 84.96º | 1% | 0.75% | - |
| HSV(B) | 84.96º | 0.49% | 1% | - |
| XYZ | 64.42 | 85.83 | 34.29 | - |
| YUV | 225.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 130 | 0.20 | 0 | 0.49 | 0 | 84.96 | 1 | 0.75 |
| Hex | CB | FF | 82 | 14 | 0 | 31 | 0 | 55 | 64 | 4B |
| Octal | 313 | 377 | 202 | 24 | 0 | 61 | 0 | 125 | 144 | 113 |
| Binary | 11001011 | 11111111 | 10000010 | 10100 | 0 | 110001 | 0 | 1010101 | 1100100 | 1001011 |
Color Harmonies of #CBFF82
Complementary color
Monochromatic Colors of #CBFF82
Black with #CBFF82
Text Example
Text Example
White with #CBFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF82; }
p { color: rgb(203,255,130); }
H1.HeaderClassName
{
color: #CBFF82;
}
.AnyTagClassName
{
color: #CBFF82;
}
</style>
background-color css
<style>
a { background-color: #CBFF82; }
a { background-color: rgb(203,255,130); }
div.DivClassName
{
background-color: #CBFF82;
}
.BgClassName
{
background-color: #CBFF82;
}
</style>
border-color css
<style>
span { border-color: #CBFF82; }
span { border-color: rgb(203,255,130); }
td.TdClassName
{
border-color: #CBFF82;
}
.TagClassName
{
border-color: #CBFF82;
}
</style>