Shades of Sulu #CBF97B
Tints of Sulu #CBF97B
RGB
CMYK
RGB Variations
Color information
#CBF97B (or 0xCBF97B) is known color: Sulu. HEX triplet: CB, F9 and 7B. RGB value is (203,249,123). Sum of RGB (Red+Green+Blue) = 203+249+123=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF97B is #340684. Grayscale: #DDDDDD. Windows color (decimal): -3409541 or 8124875. OLE color: 8124875.
HSL color Cylindrical-coordinate representation of color #CBF97B: hue angle of 81.9º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF97B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 123 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.02 |
| HSL | 81.9º | 0.91% | 0.73% | - |
| HSV(B) | 81.9º | 0.51% | 0.98% | - |
| XYZ | 62.08 | 81.88 | 31.27 | - |
| YUV | 220.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 123 | 0.18 | 0 | 0.51 | 0.02 | 81.9 | 0.91 | 0.73 |
| Hex | CB | F9 | 7B | 12 | 0 | 33 | 2 | 52 | 5B | 49 |
| Octal | 313 | 371 | 173 | 22 | 0 | 63 | 2 | 122 | 133 | 111 |
| Binary | 11001011 | 11111001 | 1111011 | 10010 | 0 | 110011 | 10 | 1010010 | 1011011 | 1001001 |
Color Harmonies of #CBF97B
Complementary color
Monochromatic Colors of #CBF97B
Black with #CBF97B
Text Example
Text Example
White with #CBF97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF97B; }
p { color: rgb(203,249,123); }
H1.HeaderClassName
{
color: #CBF97B;
}
.AnyTagClassName
{
color: #CBF97B;
}
</style>
background-color css
<style>
a { background-color: #CBF97B; }
a { background-color: rgb(203,249,123); }
div.DivClassName
{
background-color: #CBF97B;
}
.BgClassName
{
background-color: #CBF97B;
}
</style>
border-color css
<style>
span { border-color: #CBF97B; }
span { border-color: rgb(203,249,123); }
td.TdClassName
{
border-color: #CBF97B;
}
.TagClassName
{
border-color: #CBF97B;
}
</style>