Shades of Sulu #C7F576
Tints of Sulu #C7F576
RGB
CMYK
RGB Variations
Color information
#C7F576 (or 0xC7F576) is known color: Sulu. HEX triplet: C7, F5 and 76. RGB value is (199,245,118). Sum of RGB (Red+Green+Blue) = 199+245+118=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F576 is #380A89. Grayscale: #D9D9D9. Windows color (decimal): -3672714 or 7796167. OLE color: 7796167.
HSL color Cylindrical-coordinate representation of color #C7F576: hue angle of 81.73º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7F576 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 118 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.04 |
| HSL | 81.73º | 0.86% | 0.71% | - |
| HSV(B) | 81.73º | 0.52% | 0.96% | - |
| XYZ | 59.48 | 78.75 | 29.21 | - |
| YUV | 216.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 118 | 0.19 | 0 | 0.52 | 0.04 | 81.73 | 0.86 | 0.71 |
| Hex | C7 | F5 | 76 | 13 | 0 | 34 | 4 | 52 | 56 | 47 |
| Octal | 307 | 365 | 166 | 23 | 0 | 64 | 4 | 122 | 126 | 107 |
| Binary | 11000111 | 11110101 | 1110110 | 10011 | 0 | 110100 | 100 | 1010010 | 1010110 | 1000111 |
Color Harmonies of #C7F576
Complementary color
Monochromatic Colors of #C7F576
Black with #C7F576
Text Example
Text Example
White with #C7F576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F576; }
p { color: rgb(199,245,118); }
H1.HeaderClassName
{
color: #C7F576;
}
.AnyTagClassName
{
color: #C7F576;
}
</style>
background-color css
<style>
a { background-color: #C7F576; }
a { background-color: rgb(199,245,118); }
div.DivClassName
{
background-color: #C7F576;
}
.BgClassName
{
background-color: #C7F576;
}
</style>
border-color css
<style>
span { border-color: #C7F576; }
span { border-color: rgb(199,245,118); }
td.TdClassName
{
border-color: #C7F576;
}
.TagClassName
{
border-color: #C7F576;
}
</style>