Shades of Sulu #C7E982
Tints of Sulu #C7E982
RGB
CMYK
RGB Variations
Color information
#C7E982 (or 0xC7E982) is known color: Sulu. HEX triplet: C7, E9 and 82. RGB value is (199,233,130). Sum of RGB (Red+Green+Blue) = 199+233+130=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E982 is #38167D. Grayscale: #D3D3D3. Windows color (decimal): -3675774 or 8579527. OLE color: 8579527.
HSL color Cylindrical-coordinate representation of color #C7E982: hue angle of 79.81º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7E982 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 130 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.09 |
| HSL | 79.81º | 0.7% | 0.71% | - |
| HSV(B) | 79.81º | 0.44% | 0.91% | - |
| XYZ | 56.72 | 72.03 | 32.03 | - |
| YUV | 211.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 130 | 0.15 | 0 | 0.44 | 0.09 | 79.81 | 0.7 | 0.71 |
| Hex | C7 | E9 | 82 | F | 0 | 2C | 9 | 50 | 46 | 47 |
| Octal | 307 | 351 | 202 | 17 | 0 | 54 | 11 | 120 | 106 | 107 |
| Binary | 11000111 | 11101001 | 10000010 | 1111 | 0 | 101100 | 1001 | 1010000 | 1000110 | 1000111 |
Color Harmonies of #C7E982
Complementary color
Monochromatic Colors of #C7E982
Black with #C7E982
Text Example
Text Example
White with #C7E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E982; }
p { color: rgb(199,233,130); }
H1.HeaderClassName
{
color: #C7E982;
}
.AnyTagClassName
{
color: #C7E982;
}
</style>
background-color css
<style>
a { background-color: #C7E982; }
a { background-color: rgb(199,233,130); }
div.DivClassName
{
background-color: #C7E982;
}
.BgClassName
{
background-color: #C7E982;
}
</style>
border-color css
<style>
span { border-color: #C7E982; }
span { border-color: rgb(199,233,130); }
td.TdClassName
{
border-color: #C7E982;
}
.TagClassName
{
border-color: #C7E982;
}
</style>