Shades of Sulu #C6F373
Tints of Sulu #C6F373
RGB
CMYK
RGB Variations
Color information
#C6F373 (or 0xC6F373) is known color: Sulu. HEX triplet: C6, F3 and 73. RGB value is (198,243,115). Sum of RGB (Red+Green+Blue) = 198+243+115=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F373 is #390C8C. Grayscale: #D7D7D7. Windows color (decimal): -3738765 or 7599046. OLE color: 7599046.
HSL color Cylindrical-coordinate representation of color #C6F373: hue angle of 81.09º 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 #C6F373 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 115 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.05 |
| HSL | 81.09º | 0.84% | 0.7% | - |
| HSV(B) | 81.09º | 0.53% | 0.95% | - |
| XYZ | 58.43 | 77.34 | 28.07 | - |
| YUV | 214.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 115 | 0.19 | 0 | 0.53 | 0.05 | 81.09 | 0.84 | 0.7 |
| Hex | C6 | F3 | 73 | 13 | 0 | 35 | 5 | 51 | 54 | 46 |
| Octal | 306 | 363 | 163 | 23 | 0 | 65 | 5 | 121 | 124 | 106 |
| Binary | 11000110 | 11110011 | 1110011 | 10011 | 0 | 110101 | 101 | 1010001 | 1010100 | 1000110 |
Color Harmonies of #C6F373
Complementary color
Monochromatic Colors of #C6F373
Black with #C6F373
Text Example
Text Example
White with #C6F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F373; }
p { color: rgb(198,243,115); }
H1.HeaderClassName
{
color: #C6F373;
}
.AnyTagClassName
{
color: #C6F373;
}
</style>
background-color css
<style>
a { background-color: #C6F373; }
a { background-color: rgb(198,243,115); }
div.DivClassName
{
background-color: #C6F373;
}
.BgClassName
{
background-color: #C6F373;
}
</style>
border-color css
<style>
span { border-color: #C6F373; }
span { border-color: rgb(198,243,115); }
td.TdClassName
{
border-color: #C6F373;
}
.TagClassName
{
border-color: #C6F373;
}
</style>