Shades of Sulu #C7F976
Tints of Sulu #C7F976
RGB
CMYK
RGB Variations
Color information
#C7F976 (or 0xC7F976) is known color: Sulu. HEX triplet: C7, F9 and 76. RGB value is (199,249,118). Sum of RGB (Red+Green+Blue) = 199+249+118=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F976 is #380689. Grayscale: #DBDBDB. Windows color (decimal): -3671690 or 7797191. OLE color: 7797191.
HSL color Cylindrical-coordinate representation of color #C7F976: hue angle of 82.9º degrees, saturation: 0.92, 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 #C7F976 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 118 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.02 |
| HSL | 82.9º | 0.92% | 0.72% | - |
| HSV(B) | 82.9º | 0.53% | 0.98% | - |
| XYZ | 60.7 | 81.2 | 29.61 | - |
| YUV | 219.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 118 | 0.20 | 0 | 0.53 | 0.02 | 82.9 | 0.92 | 0.72 |
| Hex | C7 | F9 | 76 | 14 | 0 | 35 | 2 | 53 | 5C | 48 |
| Octal | 307 | 371 | 166 | 24 | 0 | 65 | 2 | 123 | 134 | 110 |
| Binary | 11000111 | 11111001 | 1110110 | 10100 | 0 | 110101 | 10 | 1010011 | 1011100 | 1001000 |
Color Harmonies of #C7F976
Complementary color
Monochromatic Colors of #C7F976
Black with #C7F976
Text Example
Text Example
White with #C7F976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F976; }
p { color: rgb(199,249,118); }
H1.HeaderClassName
{
color: #C7F976;
}
.AnyTagClassName
{
color: #C7F976;
}
</style>
background-color css
<style>
a { background-color: #C7F976; }
a { background-color: rgb(199,249,118); }
div.DivClassName
{
background-color: #C7F976;
}
.BgClassName
{
background-color: #C7F976;
}
</style>
border-color css
<style>
span { border-color: #C7F976; }
span { border-color: rgb(199,249,118); }
td.TdClassName
{
border-color: #C7F976;
}
.TagClassName
{
border-color: #C7F976;
}
</style>