Shades of Sulu #C7E986
Tints of Sulu #C7E986
RGB
CMYK
RGB Variations
Color information
#C7E986 (or 0xC7E986) is known color: Sulu. HEX triplet: C7, E9 and 86. RGB value is (199,233,134). Sum of RGB (Red+Green+Blue) = 199+233+134=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E986 is #381679. Grayscale: #D3D3D3. Windows color (decimal): -3675770 or 8841671. OLE color: 8841671.
HSL color Cylindrical-coordinate representation of color #C7E986: hue angle of 80.61º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7E986 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 134 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.09 |
| HSL | 80.61º | 0.69% | 0.72% | - |
| HSV(B) | 80.61º | 0.42% | 0.91% | - |
| XYZ | 57 | 72.14 | 33.47 | - |
| YUV | 211.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 134 | 0.15 | 0 | 0.42 | 0.09 | 80.61 | 0.69 | 0.72 |
| Hex | C7 | E9 | 86 | F | 0 | 2A | 9 | 51 | 45 | 48 |
| Octal | 307 | 351 | 206 | 17 | 0 | 52 | 11 | 121 | 105 | 110 |
| Binary | 11000111 | 11101001 | 10000110 | 1111 | 0 | 101010 | 1001 | 1010001 | 1000101 | 1001000 |
Color Harmonies of #C7E986
Complementary color
Monochromatic Colors of #C7E986
Black with #C7E986
Text Example
Text Example
White with #C7E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E986; }
p { color: rgb(199,233,134); }
H1.HeaderClassName
{
color: #C7E986;
}
.AnyTagClassName
{
color: #C7E986;
}
</style>
background-color css
<style>
a { background-color: #C7E986; }
a { background-color: rgb(199,233,134); }
div.DivClassName
{
background-color: #C7E986;
}
.BgClassName
{
background-color: #C7E986;
}
</style>
border-color css
<style>
span { border-color: #C7E986; }
span { border-color: rgb(199,233,134); }
td.TdClassName
{
border-color: #C7E986;
}
.TagClassName
{
border-color: #C7E986;
}
</style>