Shades of Sulu #C7F86C
Tints of Sulu #C7F86C
RGB
CMYK
RGB Variations
Color information
#C7F86C (or 0xC7F86C) is known color: Sulu. HEX triplet: C7, F8 and 6C. RGB value is (199,248,108). Sum of RGB (Red+Green+Blue) = 199+248+108=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F86C is #380793. Grayscale: #D9D9D9. Windows color (decimal): -3671956 or 7141575. OLE color: 7141575.
HSL color Cylindrical-coordinate representation of color #C7F86C: hue angle of 81º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7F86C is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 108 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.03 |
| HSL | 81º | 0.91% | 0.7% | - |
| HSV(B) | 81º | 0.56% | 0.97% | - |
| XYZ | 59.83 | 80.36 | 26.55 | - |
| YUV | 217.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 108 | 0.20 | 0 | 0.56 | 0.03 | 81 | 0.91 | 0.7 |
| Hex | C7 | F8 | 6C | 14 | 0 | 38 | 3 | 51 | 5B | 46 |
| Octal | 307 | 370 | 154 | 24 | 0 | 70 | 3 | 121 | 133 | 106 |
| Binary | 11000111 | 11111000 | 1101100 | 10100 | 0 | 111000 | 11 | 1010001 | 1011011 | 1000110 |
Color Harmonies of #C7F86C
Complementary color
Monochromatic Colors of #C7F86C
Black with #C7F86C
Text Example
Text Example
White with #C7F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F86C; }
p { color: rgb(199,248,108); }
H1.HeaderClassName
{
color: #C7F86C;
}
.AnyTagClassName
{
color: #C7F86C;
}
</style>
background-color css
<style>
a { background-color: #C7F86C; }
a { background-color: rgb(199,248,108); }
div.DivClassName
{
background-color: #C7F86C;
}
.BgClassName
{
background-color: #C7F86C;
}
</style>
border-color css
<style>
span { border-color: #C7F86C; }
span { border-color: rgb(199,248,108); }
td.TdClassName
{
border-color: #C7F86C;
}
.TagClassName
{
border-color: #C7F86C;
}
</style>