Shades of Sulu #CBF073
Tints of Sulu #CBF073
RGB
CMYK
RGB Variations
Color information
#CBF073 (or 0xCBF073) is known color: Sulu. HEX triplet: CB, F0 and 73. RGB value is (203,240,115). Sum of RGB (Red+Green+Blue) = 203+240+115=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF073 is #340F8C. Grayscale: #D7D7D7. Windows color (decimal): -3411853 or 7598283. OLE color: 7598283.
HSL color Cylindrical-coordinate representation of color #CBF073: hue angle of 77.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBF073 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 115 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.06 |
| HSL | 77.76º | 0.81% | 0.7% | - |
| HSV(B) | 77.76º | 0.52% | 0.94% | - |
| XYZ | 58.88 | 76.25 | 27.83 | - |
| YUV | 214.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 115 | 0.15 | 0 | 0.52 | 0.06 | 77.76 | 0.81 | 0.7 |
| Hex | CB | F0 | 73 | F | 0 | 34 | 6 | 4E | 51 | 46 |
| Octal | 313 | 360 | 163 | 17 | 0 | 64 | 6 | 116 | 121 | 106 |
| Binary | 11001011 | 11110000 | 1110011 | 1111 | 0 | 110100 | 110 | 1001110 | 1010001 | 1000110 |
Color Harmonies of #CBF073
Complementary color
Monochromatic Colors of #CBF073
Black with #CBF073
Text Example
Text Example
White with #CBF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF073; }
p { color: rgb(203,240,115); }
H1.HeaderClassName
{
color: #CBF073;
}
.AnyTagClassName
{
color: #CBF073;
}
</style>
background-color css
<style>
a { background-color: #CBF073; }
a { background-color: rgb(203,240,115); }
div.DivClassName
{
background-color: #CBF073;
}
.BgClassName
{
background-color: #CBF073;
}
</style>
border-color css
<style>
span { border-color: #CBF073; }
span { border-color: rgb(203,240,115); }
td.TdClassName
{
border-color: #CBF073;
}
.TagClassName
{
border-color: #CBF073;
}
</style>