Shades of Sulu #C7E480
Tints of Sulu #C7E480
RGB
CMYK
RGB Variations
Color information
#C7E480 (or 0xC7E480) is known color: Sulu. HEX triplet: C7, E4 and 80. RGB value is (199,228,128). Sum of RGB (Red+Green+Blue) = 199+228+128=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E480 is #381B7F. Grayscale: #D0D0D0. Windows color (decimal): -3677056 or 8447175. OLE color: 8447175.
HSL color Cylindrical-coordinate representation of color #C7E480: hue angle of 77.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7E480 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 128 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.11 |
| HSL | 77.4º | 0.65% | 0.7% | - |
| HSV(B) | 77.4º | 0.44% | 0.89% | - |
| XYZ | 55.19 | 69.19 | 30.87 | - |
| YUV | 207.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 128 | 0.13 | 0 | 0.44 | 0.11 | 77.4 | 0.65 | 0.7 |
| Hex | C7 | E4 | 80 | D | 0 | 2C | B | 4D | 41 | 46 |
| Octal | 307 | 344 | 200 | 15 | 0 | 54 | 13 | 115 | 101 | 106 |
| Binary | 11000111 | 11100100 | 10000000 | 1101 | 0 | 101100 | 1011 | 1001101 | 1000001 | 1000110 |
Color Harmonies of #C7E480
Complementary color
Monochromatic Colors of #C7E480
Black with #C7E480
Text Example
Text Example
White with #C7E480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E480; }
p { color: rgb(199,228,128); }
H1.HeaderClassName
{
color: #C7E480;
}
.AnyTagClassName
{
color: #C7E480;
}
</style>
background-color css
<style>
a { background-color: #C7E480; }
a { background-color: rgb(199,228,128); }
div.DivClassName
{
background-color: #C7E480;
}
.BgClassName
{
background-color: #C7E480;
}
</style>
border-color css
<style>
span { border-color: #C7E480; }
span { border-color: rgb(199,228,128); }
td.TdClassName
{
border-color: #C7E480;
}
.TagClassName
{
border-color: #C7E480;
}
</style>