Shades of Sulu #CBF980
Tints of Sulu #CBF980
RGB
CMYK
RGB Variations
Color information
#CBF980 (or 0xCBF980) is known color: Sulu. HEX triplet: CB, F9 and 80. RGB value is (203,249,128). Sum of RGB (Red+Green+Blue) = 203+249+128=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF980 is #34067F. Grayscale: #DDDDDD. Windows color (decimal): -3409536 or 8452555. OLE color: 8452555.
HSL color Cylindrical-coordinate representation of color #CBF980: hue angle of 82.81º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBF980 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 128 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.02 |
| HSL | 82.81º | 0.91% | 0.74% | - |
| HSV(B) | 82.81º | 0.49% | 0.98% | - |
| XYZ | 62.4 | 82.01 | 32.96 | - |
| YUV | 221.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 128 | 0.18 | 0 | 0.49 | 0.02 | 82.81 | 0.91 | 0.74 |
| Hex | CB | F9 | 80 | 12 | 0 | 31 | 2 | 53 | 5B | 4A |
| Octal | 313 | 371 | 200 | 22 | 0 | 61 | 2 | 123 | 133 | 112 |
| Binary | 11001011 | 11111001 | 10000000 | 10010 | 0 | 110001 | 10 | 1010011 | 1011011 | 1001010 |
Color Harmonies of #CBF980
Complementary color
Monochromatic Colors of #CBF980
Black with #CBF980
Text Example
Text Example
White with #CBF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF980; }
p { color: rgb(203,249,128); }
H1.HeaderClassName
{
color: #CBF980;
}
.AnyTagClassName
{
color: #CBF980;
}
</style>
background-color css
<style>
a { background-color: #CBF980; }
a { background-color: rgb(203,249,128); }
div.DivClassName
{
background-color: #CBF980;
}
.BgClassName
{
background-color: #CBF980;
}
</style>
border-color css
<style>
span { border-color: #CBF980; }
span { border-color: rgb(203,249,128); }
td.TdClassName
{
border-color: #CBF980;
}
.TagClassName
{
border-color: #CBF980;
}
</style>