Shades of Sulu #CBF08B
Tints of Sulu #CBF08B
RGB
CMYK
RGB Variations
Color information
#CBF08B (or 0xCBF08B) is known color: Sulu. HEX triplet: CB, F0 and 8B. RGB value is (203,240,139). Sum of RGB (Red+Green+Blue) = 203+240+139=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF08B is #340F74. Grayscale: #D9D9D9. Windows color (decimal): -3411829 or 9171147. OLE color: 9171147.
HSL color Cylindrical-coordinate representation of color #CBF08B: hue angle of 81.98º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBF08B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 139 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.06 |
| HSL | 81.98º | 0.77% | 0.74% | - |
| HSV(B) | 81.98º | 0.42% | 0.94% | - |
| XYZ | 60.45 | 76.88 | 36.08 | - |
| YUV | 217.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 139 | 0.15 | 0 | 0.42 | 0.06 | 81.98 | 0.77 | 0.74 |
| Hex | CB | F0 | 8B | F | 0 | 2A | 6 | 52 | 4D | 4A |
| Octal | 313 | 360 | 213 | 17 | 0 | 52 | 6 | 122 | 115 | 112 |
| Binary | 11001011 | 11110000 | 10001011 | 1111 | 0 | 101010 | 110 | 1010010 | 1001101 | 1001010 |
Color Harmonies of #CBF08B
Complementary color
Monochromatic Colors of #CBF08B
Black with #CBF08B
Text Example
Text Example
White with #CBF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF08B; }
p { color: rgb(203,240,139); }
H1.HeaderClassName
{
color: #CBF08B;
}
.AnyTagClassName
{
color: #CBF08B;
}
</style>
background-color css
<style>
a { background-color: #CBF08B; }
a { background-color: rgb(203,240,139); }
div.DivClassName
{
background-color: #CBF08B;
}
.BgClassName
{
background-color: #CBF08B;
}
</style>
border-color css
<style>
span { border-color: #CBF08B; }
span { border-color: rgb(203,240,139); }
td.TdClassName
{
border-color: #CBF08B;
}
.TagClassName
{
border-color: #CBF08B;
}
</style>