Shades of Sulu #C7E382
Tints of Sulu #C7E382
RGB
CMYK
RGB Variations
Color information
#C7E382 (or 0xC7E382) is known color: Sulu. HEX triplet: C7, E3 and 82. RGB value is (199,227,130). Sum of RGB (Red+Green+Blue) = 199+227+130=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E382 is #381C7D. Grayscale: #CFCFCF. Windows color (decimal): -3677310 or 8577991. OLE color: 8577991.
HSL color Cylindrical-coordinate representation of color #C7E382: hue angle of 77.32º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7E382 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 130 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.11 |
| HSL | 77.32º | 0.63% | 0.7% | - |
| HSV(B) | 77.32º | 0.43% | 0.89% | - |
| XYZ | 55.05 | 68.69 | 31.48 | - |
| YUV | 207.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 130 | 0.12 | 0 | 0.43 | 0.11 | 77.32 | 0.63 | 0.7 |
| Hex | C7 | E3 | 82 | C | 0 | 2B | B | 4D | 3F | 46 |
| Octal | 307 | 343 | 202 | 14 | 0 | 53 | 13 | 115 | 77 | 106 |
| Binary | 11000111 | 11100011 | 10000010 | 1100 | 0 | 101011 | 1011 | 1001101 | 111111 | 1000110 |
Color Harmonies of #C7E382
Complementary color
Monochromatic Colors of #C7E382
Black with #C7E382
Text Example
Text Example
White with #C7E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E382; }
p { color: rgb(199,227,130); }
H1.HeaderClassName
{
color: #C7E382;
}
.AnyTagClassName
{
color: #C7E382;
}
</style>
background-color css
<style>
a { background-color: #C7E382; }
a { background-color: rgb(199,227,130); }
div.DivClassName
{
background-color: #C7E382;
}
.BgClassName
{
background-color: #C7E382;
}
</style>
border-color css
<style>
span { border-color: #C7E382; }
span { border-color: rgb(199,227,130); }
td.TdClassName
{
border-color: #C7E382;
}
.TagClassName
{
border-color: #C7E382;
}
</style>