Shades of Sulu #C7F772
Tints of Sulu #C7F772
RGB
CMYK
RGB Variations
Color information
#C7F772 (or 0xC7F772) is known color: Sulu. HEX triplet: C7, F7 and 72. RGB value is (199,247,114). Sum of RGB (Red+Green+Blue) = 199+247+114=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F772 is #38088D. Grayscale: #D9D9D9. Windows color (decimal): -3672206 or 7534535. OLE color: 7534535.
HSL color Cylindrical-coordinate representation of color #C7F772: hue angle of 81.65º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7F772 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 114 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.03 |
| HSL | 81.65º | 0.89% | 0.71% | - |
| HSV(B) | 81.65º | 0.54% | 0.97% | - |
| XYZ | 59.85 | 79.88 | 28.18 | - |
| YUV | 217.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 114 | 0.19 | 0 | 0.54 | 0.03 | 81.65 | 0.89 | 0.71 |
| Hex | C7 | F7 | 72 | 13 | 0 | 36 | 3 | 52 | 59 | 47 |
| Octal | 307 | 367 | 162 | 23 | 0 | 66 | 3 | 122 | 131 | 107 |
| Binary | 11000111 | 11110111 | 1110010 | 10011 | 0 | 110110 | 11 | 1010010 | 1011001 | 1000111 |
Color Harmonies of #C7F772
Complementary color
Monochromatic Colors of #C7F772
Black with #C7F772
Text Example
Text Example
White with #C7F772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F772; }
p { color: rgb(199,247,114); }
H1.HeaderClassName
{
color: #C7F772;
}
.AnyTagClassName
{
color: #C7F772;
}
</style>
background-color css
<style>
a { background-color: #C7F772; }
a { background-color: rgb(199,247,114); }
div.DivClassName
{
background-color: #C7F772;
}
.BgClassName
{
background-color: #C7F772;
}
</style>
border-color css
<style>
span { border-color: #C7F772; }
span { border-color: rgb(199,247,114); }
td.TdClassName
{
border-color: #C7F772;
}
.TagClassName
{
border-color: #C7F772;
}
</style>