Shades of Sulu #C7F186
Tints of Sulu #C7F186
RGB
CMYK
RGB Variations
Color information
#C7F186 (or 0xC7F186) is known color: Sulu. HEX triplet: C7, F1 and 86. RGB value is (199,241,134). Sum of RGB (Red+Green+Blue) = 199+241+134=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F186 is #380E79. Grayscale: #D8D8D8. Windows color (decimal): -3673722 or 8843719. OLE color: 8843719.
HSL color Cylindrical-coordinate representation of color #C7F186: hue angle of 83.55º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7F186 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 134 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.05 |
| HSL | 83.55º | 0.79% | 0.74% | - |
| HSV(B) | 83.55º | 0.44% | 0.95% | - |
| XYZ | 59.31 | 76.77 | 34.25 | - |
| YUV | 216.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 134 | 0.17 | 0 | 0.44 | 0.05 | 83.55 | 0.79 | 0.74 |
| Hex | C7 | F1 | 86 | 11 | 0 | 2C | 5 | 54 | 4F | 4A |
| Octal | 307 | 361 | 206 | 21 | 0 | 54 | 5 | 124 | 117 | 112 |
| Binary | 11000111 | 11110001 | 10000110 | 10001 | 0 | 101100 | 101 | 1010100 | 1001111 | 1001010 |
Color Harmonies of #C7F186
Complementary color
Monochromatic Colors of #C7F186
Black with #C7F186
Text Example
Text Example
White with #C7F186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F186; }
p { color: rgb(199,241,134); }
H1.HeaderClassName
{
color: #C7F186;
}
.AnyTagClassName
{
color: #C7F186;
}
</style>
background-color css
<style>
a { background-color: #C7F186; }
a { background-color: rgb(199,241,134); }
div.DivClassName
{
background-color: #C7F186;
}
.BgClassName
{
background-color: #C7F186;
}
</style>
border-color css
<style>
span { border-color: #C7F186; }
span { border-color: rgb(199,241,134); }
td.TdClassName
{
border-color: #C7F186;
}
.TagClassName
{
border-color: #C7F186;
}
</style>