Shades of Sulu #CBF280
Tints of Sulu #CBF280
RGB
CMYK
RGB Variations
Color information
#CBF280 (or 0xCBF280) is known color: Sulu. HEX triplet: CB, F2 and 80. RGB value is (203,242,128). Sum of RGB (Red+Green+Blue) = 203+242+128=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF280 is #340D7F. Grayscale: #D9D9D9. Windows color (decimal): -3411328 or 8450763. OLE color: 8450763.
HSL color Cylindrical-coordinate representation of color #CBF280: hue angle of 80.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBF280 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 128 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.05 |
| HSL | 80.53º | 0.81% | 0.73% | - |
| HSV(B) | 80.53º | 0.47% | 0.95% | - |
| XYZ | 60.28 | 77.76 | 32.25 | - |
| YUV | 217.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 128 | 0.16 | 0 | 0.47 | 0.05 | 80.53 | 0.81 | 0.73 |
| Hex | CB | F2 | 80 | 10 | 0 | 2F | 5 | 51 | 51 | 49 |
| Octal | 313 | 362 | 200 | 20 | 0 | 57 | 5 | 121 | 121 | 111 |
| Binary | 11001011 | 11110010 | 10000000 | 10000 | 0 | 101111 | 101 | 1010001 | 1010001 | 1001001 |
Color Harmonies of #CBF280
Complementary color
Monochromatic Colors of #CBF280
Black with #CBF280
Text Example
Text Example
White with #CBF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF280; }
p { color: rgb(203,242,128); }
H1.HeaderClassName
{
color: #CBF280;
}
.AnyTagClassName
{
color: #CBF280;
}
</style>
background-color css
<style>
a { background-color: #CBF280; }
a { background-color: rgb(203,242,128); }
div.DivClassName
{
background-color: #CBF280;
}
.BgClassName
{
background-color: #CBF280;
}
</style>
border-color css
<style>
span { border-color: #CBF280; }
span { border-color: rgb(203,242,128); }
td.TdClassName
{
border-color: #CBF280;
}
.TagClassName
{
border-color: #CBF280;
}
</style>