Shades of Sulu #C7FF8A
Tints of Sulu #C7FF8A
RGB
CMYK
RGB Variations
Color information
#C7FF8A (or 0xC7FF8A) is known color: Sulu. HEX triplet: C7, FF and 8A. RGB value is (199,255,138). Sum of RGB (Red+Green+Blue) = 199+255+138=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FF8A is #380075. Grayscale: #E1E1E1. Windows color (decimal): -3670134 or 9109447. OLE color: 9109447.
HSL color Cylindrical-coordinate representation of color #C7FF8A: hue angle of 88.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7FF8A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 138 | - |
| CMYK | 0.22 | 0 | 0.46 | 0 |
| HSL | 88.72º | 1% | 0.77% | - |
| HSV(B) | 88.72º | 0.46% | 1% | - |
| XYZ | 63.9 | 85.5 | 37.18 | - |
| YUV | 224.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 138 | 0.22 | 0 | 0.46 | 0 | 88.72 | 1 | 0.77 |
| Hex | C7 | FF | 8A | 16 | 0 | 2E | 0 | 59 | 64 | 4D |
| Octal | 307 | 377 | 212 | 26 | 0 | 56 | 0 | 131 | 144 | 115 |
| Binary | 11000111 | 11111111 | 10001010 | 10110 | 0 | 101110 | 0 | 1011001 | 1100100 | 1001101 |
Color Harmonies of #C7FF8A
Complementary color
Monochromatic Colors of #C7FF8A
Black with #C7FF8A
Text Example
Text Example
White with #C7FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF8A; }
p { color: rgb(199,255,138); }
H1.HeaderClassName
{
color: #C7FF8A;
}
.AnyTagClassName
{
color: #C7FF8A;
}
</style>
background-color css
<style>
a { background-color: #C7FF8A; }
a { background-color: rgb(199,255,138); }
div.DivClassName
{
background-color: #C7FF8A;
}
.BgClassName
{
background-color: #C7FF8A;
}
</style>
border-color css
<style>
span { border-color: #C7FF8A; }
span { border-color: rgb(199,255,138); }
td.TdClassName
{
border-color: #C7FF8A;
}
.TagClassName
{
border-color: #C7FF8A;
}
</style>