Shades of Sulu #CBF373
Tints of Sulu #CBF373
RGB
CMYK
RGB Variations
Color information
#CBF373 (or 0xCBF373) is known color: Sulu. HEX triplet: CB, F3 and 73. RGB value is (203,243,115). Sum of RGB (Red+Green+Blue) = 203+243+115=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF373 is #340C8C. Grayscale: #D8D8D8. Windows color (decimal): -3411085 or 7599051. OLE color: 7599051.
HSL color Cylindrical-coordinate representation of color #CBF373: hue angle of 78.75º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBF373 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 115 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.05 |
| HSL | 78.75º | 0.84% | 0.7% | - |
| HSV(B) | 78.75º | 0.53% | 0.95% | - |
| XYZ | 59.77 | 78.04 | 28.13 | - |
| YUV | 216.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 115 | 0.16 | 0 | 0.53 | 0.05 | 78.75 | 0.84 | 0.7 |
| Hex | CB | F3 | 73 | 10 | 0 | 35 | 5 | 4F | 54 | 46 |
| Octal | 313 | 363 | 163 | 20 | 0 | 65 | 5 | 117 | 124 | 106 |
| Binary | 11001011 | 11110011 | 1110011 | 10000 | 0 | 110101 | 101 | 1001111 | 1010100 | 1000110 |
Color Harmonies of #CBF373
Complementary color
Monochromatic Colors of #CBF373
Black with #CBF373
Text Example
Text Example
White with #CBF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF373; }
p { color: rgb(203,243,115); }
H1.HeaderClassName
{
color: #CBF373;
}
.AnyTagClassName
{
color: #CBF373;
}
</style>
background-color css
<style>
a { background-color: #CBF373; }
a { background-color: rgb(203,243,115); }
div.DivClassName
{
background-color: #CBF373;
}
.BgClassName
{
background-color: #CBF373;
}
</style>
border-color css
<style>
span { border-color: #CBF373; }
span { border-color: rgb(203,243,115); }
td.TdClassName
{
border-color: #CBF373;
}
.TagClassName
{
border-color: #CBF373;
}
</style>