Shades of Sulu #C7FF82
Tints of Sulu #C7FF82
RGB
CMYK
RGB Variations
Color information
#C7FF82 (or 0xC7FF82) is known color: Sulu. HEX triplet: C7, FF and 82. RGB value is (199,255,130). Sum of RGB (Red+Green+Blue) = 199+255+130=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FF82 is #38007D. Grayscale: #E0E0E0. Windows color (decimal): -3670142 or 8585159. OLE color: 8585159.
HSL color Cylindrical-coordinate representation of color #C7FF82: hue angle of 86.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7FF82 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 130 | - |
| CMYK | 0.22 | 0 | 0.49 | 0 |
| HSL | 86.88º | 1% | 0.75% | - |
| HSV(B) | 86.88º | 0.49% | 1% | - |
| XYZ | 63.34 | 85.27 | 34.24 | - |
| YUV | 224.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 130 | 0.22 | 0 | 0.49 | 0 | 86.88 | 1 | 0.75 |
| Hex | C7 | FF | 82 | 16 | 0 | 31 | 0 | 57 | 64 | 4B |
| Octal | 307 | 377 | 202 | 26 | 0 | 61 | 0 | 127 | 144 | 113 |
| Binary | 11000111 | 11111111 | 10000010 | 10110 | 0 | 110001 | 0 | 1010111 | 1100100 | 1001011 |
Color Harmonies of #C7FF82
Complementary color
Monochromatic Colors of #C7FF82
Black with #C7FF82
Text Example
Text Example
White with #C7FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF82; }
p { color: rgb(199,255,130); }
H1.HeaderClassName
{
color: #C7FF82;
}
.AnyTagClassName
{
color: #C7FF82;
}
</style>
background-color css
<style>
a { background-color: #C7FF82; }
a { background-color: rgb(199,255,130); }
div.DivClassName
{
background-color: #C7FF82;
}
.BgClassName
{
background-color: #C7FF82;
}
</style>
border-color css
<style>
span { border-color: #C7FF82; }
span { border-color: rgb(199,255,130); }
td.TdClassName
{
border-color: #C7FF82;
}
.TagClassName
{
border-color: #C7FF82;
}
</style>