Shades of Sulu #C6FA76
Tints of Sulu #C6FA76
RGB
CMYK
RGB Variations
Color information
#C6FA76 (or 0xC6FA76) is known color: Sulu. HEX triplet: C6, FA and 76. RGB value is (198,250,118). Sum of RGB (Red+Green+Blue) = 198+250+118=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FA76 is #390589. Grayscale: #DBDBDB. Windows color (decimal): -3736970 or 7797446. OLE color: 7797446.
HSL color Cylindrical-coordinate representation of color #C6FA76: hue angle of 83.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6FA76 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 118 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.02 |
| HSL | 83.64º | 0.93% | 0.72% | - |
| HSV(B) | 83.64º | 0.53% | 0.98% | - |
| XYZ | 60.74 | 81.68 | 29.7 | - |
| YUV | 219.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 118 | 0.21 | 0 | 0.53 | 0.02 | 83.64 | 0.93 | 0.72 |
| Hex | C6 | FA | 76 | 15 | 0 | 35 | 2 | 54 | 5D | 48 |
| Octal | 306 | 372 | 166 | 25 | 0 | 65 | 2 | 124 | 135 | 110 |
| Binary | 11000110 | 11111010 | 1110110 | 10101 | 0 | 110101 | 10 | 1010100 | 1011101 | 1001000 |
Color Harmonies of #C6FA76
Complementary color
Monochromatic Colors of #C6FA76
Black with #C6FA76
Text Example
Text Example
White with #C6FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FA76; }
p { color: rgb(198,250,118); }
H1.HeaderClassName
{
color: #C6FA76;
}
.AnyTagClassName
{
color: #C6FA76;
}
</style>
background-color css
<style>
a { background-color: #C6FA76; }
a { background-color: rgb(198,250,118); }
div.DivClassName
{
background-color: #C6FA76;
}
.BgClassName
{
background-color: #C6FA76;
}
</style>
border-color css
<style>
span { border-color: #C6FA76; }
span { border-color: rgb(198,250,118); }
td.TdClassName
{
border-color: #C6FA76;
}
.TagClassName
{
border-color: #C6FA76;
}
</style>