Shades of Sulu #C7FF84
Tints of Sulu #C7FF84
RGB
CMYK
RGB Variations
Color information
#C7FF84 (or 0xC7FF84) is known color: Sulu. HEX triplet: C7, FF and 84. RGB value is (199,255,132). Sum of RGB (Red+Green+Blue) = 199+255+132=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FF84 is #38007B. Grayscale: #E0E0E0. Windows color (decimal): -3670140 or 8716231. OLE color: 8716231.
HSL color Cylindrical-coordinate representation of color #C7FF84: hue angle of 87.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7FF84 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 132 | - |
| CMYK | 0.22 | 0 | 0.48 | 0 |
| HSL | 87.32º | 1% | 0.76% | - |
| HSV(B) | 87.32º | 0.48% | 1% | - |
| XYZ | 63.48 | 85.33 | 34.95 | - |
| YUV | 224.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 132 | 0.22 | 0 | 0.48 | 0 | 87.32 | 1 | 0.76 |
| Hex | C7 | FF | 84 | 16 | 0 | 30 | 0 | 57 | 64 | 4C |
| Octal | 307 | 377 | 204 | 26 | 0 | 60 | 0 | 127 | 144 | 114 |
| Binary | 11000111 | 11111111 | 10000100 | 10110 | 0 | 110000 | 0 | 1010111 | 1100100 | 1001100 |
Color Harmonies of #C7FF84
Complementary color
Monochromatic Colors of #C7FF84
Black with #C7FF84
Text Example
Text Example
White with #C7FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF84; }
p { color: rgb(199,255,132); }
H1.HeaderClassName
{
color: #C7FF84;
}
.AnyTagClassName
{
color: #C7FF84;
}
</style>
background-color css
<style>
a { background-color: #C7FF84; }
a { background-color: rgb(199,255,132); }
div.DivClassName
{
background-color: #C7FF84;
}
.BgClassName
{
background-color: #C7FF84;
}
</style>
border-color css
<style>
span { border-color: #C7FF84; }
span { border-color: rgb(199,255,132); }
td.TdClassName
{
border-color: #C7FF84;
}
.TagClassName
{
border-color: #C7FF84;
}
</style>