Shades of Sulu #C6FC73
Tints of Sulu #C6FC73
RGB
CMYK
RGB Variations
Color information
#C6FC73 (or 0xC6FC73) is known color: Sulu. HEX triplet: C6, FC and 73. RGB value is (198,252,115). Sum of RGB (Red+Green+Blue) = 198+252+115=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FC73 is #39038C. Grayscale: #DCDCDC. Windows color (decimal): -3736461 or 7601350. OLE color: 7601350.
HSL color Cylindrical-coordinate representation of color #C6FC73: hue angle of 83.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6FC73 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 115 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.01 |
| HSL | 83.65º | 0.96% | 0.72% | - |
| HSV(B) | 83.65º | 0.54% | 0.99% | - |
| XYZ | 61.19 | 82.86 | 28.99 | - |
| YUV | 220.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 115 | 0.21 | 0 | 0.54 | 0.01 | 83.65 | 0.96 | 0.72 |
| Hex | C6 | FC | 73 | 15 | 0 | 36 | 1 | 54 | 60 | 48 |
| Octal | 306 | 374 | 163 | 25 | 0 | 66 | 1 | 124 | 140 | 110 |
| Binary | 11000110 | 11111100 | 1110011 | 10101 | 0 | 110110 | 1 | 1010100 | 1100000 | 1001000 |
Color Harmonies of #C6FC73
Complementary color
Monochromatic Colors of #C6FC73
Black with #C6FC73
Text Example
Text Example
White with #C6FC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FC73; }
p { color: rgb(198,252,115); }
H1.HeaderClassName
{
color: #C6FC73;
}
.AnyTagClassName
{
color: #C6FC73;
}
</style>
background-color css
<style>
a { background-color: #C6FC73; }
a { background-color: rgb(198,252,115); }
div.DivClassName
{
background-color: #C6FC73;
}
.BgClassName
{
background-color: #C6FC73;
}
</style>
border-color css
<style>
span { border-color: #C6FC73; }
span { border-color: rgb(198,252,115); }
td.TdClassName
{
border-color: #C6FC73;
}
.TagClassName
{
border-color: #C6FC73;
}
</style>