Shades of Sulu #C7E380
Tints of Sulu #C7E380
RGB
CMYK
RGB Variations
Color information
#C7E380 (or 0xC7E380) is known color: Sulu. HEX triplet: C7, E3 and 80. RGB value is (199,227,128). Sum of RGB (Red+Green+Blue) = 199+227+128=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E380 is #381C7F. Grayscale: #CFCFCF. Windows color (decimal): -3677312 or 8446919. OLE color: 8446919.
HSL color Cylindrical-coordinate representation of color #C7E380: hue angle of 76.97º degrees, saturation: 0.64, 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 #C7E380 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 128 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.11 |
| HSL | 76.97º | 0.64% | 0.7% | - |
| HSV(B) | 76.97º | 0.44% | 0.89% | - |
| XYZ | 54.92 | 68.64 | 30.78 | - |
| YUV | 207.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 128 | 0.12 | 0 | 0.44 | 0.11 | 76.97 | 0.64 | 0.7 |
| Hex | C7 | E3 | 80 | C | 0 | 2C | B | 4D | 40 | 46 |
| Octal | 307 | 343 | 200 | 14 | 0 | 54 | 13 | 115 | 100 | 106 |
| Binary | 11000111 | 11100011 | 10000000 | 1100 | 0 | 101100 | 1011 | 1001101 | 1000000 | 1000110 |
Color Harmonies of #C7E380
Complementary color
Monochromatic Colors of #C7E380
Black with #C7E380
Text Example
Text Example
White with #C7E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E380; }
p { color: rgb(199,227,128); }
H1.HeaderClassName
{
color: #C7E380;
}
.AnyTagClassName
{
color: #C7E380;
}
</style>
background-color css
<style>
a { background-color: #C7E380; }
a { background-color: rgb(199,227,128); }
div.DivClassName
{
background-color: #C7E380;
}
.BgClassName
{
background-color: #C7E380;
}
</style>
border-color css
<style>
span { border-color: #C7E380; }
span { border-color: rgb(199,227,128); }
td.TdClassName
{
border-color: #C7E380;
}
.TagClassName
{
border-color: #C7E380;
}
</style>