Shades of Sulu #CBF680
Tints of Sulu #CBF680
RGB
CMYK
RGB Variations
Color information
#CBF680 (or 0xCBF680) is known color: Sulu. HEX triplet: CB, F6 and 80. RGB value is (203,246,128). Sum of RGB (Red+Green+Blue) = 203+246+128=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF680 is #34097F. Grayscale: #DCDCDC. Windows color (decimal): -3410304 or 8451787. OLE color: 8451787.
HSL color Cylindrical-coordinate representation of color #CBF680: hue angle of 81.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBF680 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 128 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.04 |
| HSL | 81.86º | 0.87% | 0.73% | - |
| HSV(B) | 81.86º | 0.48% | 0.96% | - |
| XYZ | 61.48 | 80.17 | 32.66 | - |
| YUV | 219.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 128 | 0.17 | 0 | 0.48 | 0.04 | 81.86 | 0.87 | 0.73 |
| Hex | CB | F6 | 80 | 11 | 0 | 30 | 4 | 52 | 57 | 49 |
| Octal | 313 | 366 | 200 | 21 | 0 | 60 | 4 | 122 | 127 | 111 |
| Binary | 11001011 | 11110110 | 10000000 | 10001 | 0 | 110000 | 100 | 1010010 | 1010111 | 1001001 |
Color Harmonies of #CBF680
Complementary color
Monochromatic Colors of #CBF680
Black with #CBF680
Text Example
Text Example
White with #CBF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF680; }
p { color: rgb(203,246,128); }
H1.HeaderClassName
{
color: #CBF680;
}
.AnyTagClassName
{
color: #CBF680;
}
</style>
background-color css
<style>
a { background-color: #CBF680; }
a { background-color: rgb(203,246,128); }
div.DivClassName
{
background-color: #CBF680;
}
.BgClassName
{
background-color: #CBF680;
}
</style>
border-color css
<style>
span { border-color: #CBF680; }
span { border-color: rgb(203,246,128); }
td.TdClassName
{
border-color: #CBF680;
}
.TagClassName
{
border-color: #CBF680;
}
</style>