Shades of Sulu #CBF082
Tints of Sulu #CBF082
RGB
CMYK
RGB Variations
Color information
#CBF082 (or 0xCBF082) is known color: Sulu. HEX triplet: CB, F0 and 82. RGB value is (203,240,130). Sum of RGB (Red+Green+Blue) = 203+240+130=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF082 is #340F7D. Grayscale: #D8D8D8. Windows color (decimal): -3411838 or 8581323. OLE color: 8581323.
HSL color Cylindrical-coordinate representation of color #CBF082: hue angle of 80.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF082 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 130 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.06 |
| HSL | 80.18º | 0.79% | 0.73% | - |
| HSV(B) | 80.18º | 0.46% | 0.94% | - |
| XYZ | 59.82 | 76.63 | 32.76 | - |
| YUV | 216.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 130 | 0.15 | 0 | 0.46 | 0.06 | 80.18 | 0.79 | 0.73 |
| Hex | CB | F0 | 82 | F | 0 | 2E | 6 | 50 | 4F | 49 |
| Octal | 313 | 360 | 202 | 17 | 0 | 56 | 6 | 120 | 117 | 111 |
| Binary | 11001011 | 11110000 | 10000010 | 1111 | 0 | 101110 | 110 | 1010000 | 1001111 | 1001001 |
Color Harmonies of #CBF082
Complementary color
Monochromatic Colors of #CBF082
Black with #CBF082
Text Example
Text Example
White with #CBF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF082; }
p { color: rgb(203,240,130); }
H1.HeaderClassName
{
color: #CBF082;
}
.AnyTagClassName
{
color: #CBF082;
}
</style>
background-color css
<style>
a { background-color: #CBF082; }
a { background-color: rgb(203,240,130); }
div.DivClassName
{
background-color: #CBF082;
}
.BgClassName
{
background-color: #CBF082;
}
</style>
border-color css
<style>
span { border-color: #CBF082; }
span { border-color: rgb(203,240,130); }
td.TdClassName
{
border-color: #CBF082;
}
.TagClassName
{
border-color: #CBF082;
}
</style>