Shades of Sulu #CBF77B
Tints of Sulu #CBF77B
RGB
CMYK
RGB Variations
Color information
#CBF77B (or 0xCBF77B) is known color: Sulu. HEX triplet: CB, F7 and 7B. RGB value is (203,247,123). Sum of RGB (Red+Green+Blue) = 203+247+123=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF77B is #340884. Grayscale: #DCDCDC. Windows color (decimal): -3410053 or 8124363. OLE color: 8124363.
HSL color Cylindrical-coordinate representation of color #CBF77B: hue angle of 81.29º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBF77B is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 123 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.03 |
| HSL | 81.29º | 0.89% | 0.73% | - |
| HSV(B) | 81.29º | 0.5% | 0.97% | - |
| XYZ | 61.46 | 80.65 | 31.07 | - |
| YUV | 219.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 123 | 0.18 | 0 | 0.50 | 0.03 | 81.29 | 0.89 | 0.73 |
| Hex | CB | F7 | 7B | 12 | 0 | 32 | 3 | 51 | 59 | 49 |
| Octal | 313 | 367 | 173 | 22 | 0 | 62 | 3 | 121 | 131 | 111 |
| Binary | 11001011 | 11110111 | 1111011 | 10010 | 0 | 110010 | 11 | 1010001 | 1011001 | 1001001 |
Color Harmonies of #CBF77B
Complementary color
Monochromatic Colors of #CBF77B
Black with #CBF77B
Text Example
Text Example
White with #CBF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF77B; }
p { color: rgb(203,247,123); }
H1.HeaderClassName
{
color: #CBF77B;
}
.AnyTagClassName
{
color: #CBF77B;
}
</style>
background-color css
<style>
a { background-color: #CBF77B; }
a { background-color: rgb(203,247,123); }
div.DivClassName
{
background-color: #CBF77B;
}
.BgClassName
{
background-color: #CBF77B;
}
</style>
border-color css
<style>
span { border-color: #CBF77B; }
span { border-color: rgb(203,247,123); }
td.TdClassName
{
border-color: #CBF77B;
}
.TagClassName
{
border-color: #CBF77B;
}
</style>