Shades of Sulu #CBF075
Tints of Sulu #CBF075
RGB
CMYK
RGB Variations
Color information
#CBF075 (or 0xCBF075) is known color: Sulu. HEX triplet: CB, F0 and 75. RGB value is (203,240,117). Sum of RGB (Red+Green+Blue) = 203+240+117=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF075 is #340F8A. Grayscale: #D7D7D7. Windows color (decimal): -3411851 or 7729355. OLE color: 7729355.
HSL color Cylindrical-coordinate representation of color #CBF075: hue angle of 78.05º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF075 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 117 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.06 |
| HSL | 78.05º | 0.8% | 0.7% | - |
| HSV(B) | 78.05º | 0.51% | 0.94% | - |
| XYZ | 59 | 76.3 | 28.45 | - |
| YUV | 214.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 117 | 0.15 | 0 | 0.51 | 0.06 | 78.05 | 0.8 | 0.7 |
| Hex | CB | F0 | 75 | F | 0 | 33 | 6 | 4E | 50 | 46 |
| Octal | 313 | 360 | 165 | 17 | 0 | 63 | 6 | 116 | 120 | 106 |
| Binary | 11001011 | 11110000 | 1110101 | 1111 | 0 | 110011 | 110 | 1001110 | 1010000 | 1000110 |
Color Harmonies of #CBF075
Complementary color
Monochromatic Colors of #CBF075
Black with #CBF075
Text Example
Text Example
White with #CBF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF075; }
p { color: rgb(203,240,117); }
H1.HeaderClassName
{
color: #CBF075;
}
.AnyTagClassName
{
color: #CBF075;
}
</style>
background-color css
<style>
a { background-color: #CBF075; }
a { background-color: rgb(203,240,117); }
div.DivClassName
{
background-color: #CBF075;
}
.BgClassName
{
background-color: #CBF075;
}
</style>
border-color css
<style>
span { border-color: #CBF075; }
span { border-color: rgb(203,240,117); }
td.TdClassName
{
border-color: #CBF075;
}
.TagClassName
{
border-color: #CBF075;
}
</style>