Shades of Sulu #C7E082
Tints of Sulu #C7E082
RGB
CMYK
RGB Variations
Color information
#C7E082 (or 0xC7E082) is known color: Sulu. HEX triplet: C7, E0 and 82. RGB value is (199,224,130). Sum of RGB (Red+Green+Blue) = 199+224+130=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E082 is #381F7D. Grayscale: #CECECE. Windows color (decimal): -3678078 or 8577223. OLE color: 8577223.
HSL color Cylindrical-coordinate representation of color #C7E082: hue angle of 75.96º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7E082 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 130 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.12 |
| HSL | 75.96º | 0.6% | 0.69% | - |
| HSV(B) | 75.96º | 0.42% | 0.88% | - |
| XYZ | 54.24 | 67.07 | 31.21 | - |
| YUV | 205.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 130 | 0.11 | 0 | 0.42 | 0.12 | 75.96 | 0.6 | 0.69 |
| Hex | C7 | E0 | 82 | B | 0 | 2A | C | 4C | 3C | 45 |
| Octal | 307 | 340 | 202 | 13 | 0 | 52 | 14 | 114 | 74 | 105 |
| Binary | 11000111 | 11100000 | 10000010 | 1011 | 0 | 101010 | 1100 | 1001100 | 111100 | 1000101 |
Color Harmonies of #C7E082
Complementary color
Monochromatic Colors of #C7E082
Black with #C7E082
Text Example
Text Example
White with #C7E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E082; }
p { color: rgb(199,224,130); }
H1.HeaderClassName
{
color: #C7E082;
}
.AnyTagClassName
{
color: #C7E082;
}
</style>
background-color css
<style>
a { background-color: #C7E082; }
a { background-color: rgb(199,224,130); }
div.DivClassName
{
background-color: #C7E082;
}
.BgClassName
{
background-color: #C7E082;
}
</style>
border-color css
<style>
span { border-color: #C7E082; }
span { border-color: rgb(199,224,130); }
td.TdClassName
{
border-color: #C7E082;
}
.TagClassName
{
border-color: #C7E082;
}
</style>