Shades of Sulu #CBF773
Tints of Sulu #CBF773
RGB
CMYK
RGB Variations
Color information
#CBF773 (or 0xCBF773) is known color: Sulu. HEX triplet: CB, F7 and 73. RGB value is (203,247,115). Sum of RGB (Red+Green+Blue) = 203+247+115=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF773 is #34088C. Grayscale: #DBDBDB. Windows color (decimal): -3410061 or 7600075. OLE color: 7600075.
HSL color Cylindrical-coordinate representation of color #CBF773: hue angle of 80º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBF773 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 115 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.03 |
| HSL | 80º | 0.89% | 0.71% | - |
| HSV(B) | 80º | 0.53% | 0.97% | - |
| XYZ | 60.98 | 80.46 | 28.54 | - |
| YUV | 218.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 115 | 0.18 | 0 | 0.53 | 0.03 | 80 | 0.89 | 0.71 |
| Hex | CB | F7 | 73 | 12 | 0 | 35 | 3 | 50 | 59 | 47 |
| Octal | 313 | 367 | 163 | 22 | 0 | 65 | 3 | 120 | 131 | 107 |
| Binary | 11001011 | 11110111 | 1110011 | 10010 | 0 | 110101 | 11 | 1010000 | 1011001 | 1000111 |
Color Harmonies of #CBF773
Complementary color
Monochromatic Colors of #CBF773
Black with #CBF773
Text Example
Text Example
White with #CBF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF773; }
p { color: rgb(203,247,115); }
H1.HeaderClassName
{
color: #CBF773;
}
.AnyTagClassName
{
color: #CBF773;
}
</style>
background-color css
<style>
a { background-color: #CBF773; }
a { background-color: rgb(203,247,115); }
div.DivClassName
{
background-color: #CBF773;
}
.BgClassName
{
background-color: #CBF773;
}
</style>
border-color css
<style>
span { border-color: #CBF773; }
span { border-color: rgb(203,247,115); }
td.TdClassName
{
border-color: #CBF773;
}
.TagClassName
{
border-color: #CBF773;
}
</style>