Shades of Sulu #C7E96C
Tints of Sulu #C7E96C
RGB
CMYK
RGB Variations
Color information
#C7E96C (or 0xC7E96C) is known color: Sulu. HEX triplet: C7, E9 and 6C. RGB value is (199,233,108). Sum of RGB (Red+Green+Blue) = 199+233+108=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E96C is #381693. Grayscale: #D1D1D1. Windows color (decimal): -3675796 or 7137735. OLE color: 7137735.
HSL color Cylindrical-coordinate representation of color #C7E96C: hue angle of 76.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7E96C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 108 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.09 |
| HSL | 76.32º | 0.74% | 0.67% | - |
| HSV(B) | 76.32º | 0.54% | 0.91% | - |
| XYZ | 55.4 | 71.5 | 25.07 | - |
| YUV | 208.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 108 | 0.15 | 0 | 0.54 | 0.09 | 76.32 | 0.74 | 0.67 |
| Hex | C7 | E9 | 6C | F | 0 | 36 | 9 | 4C | 4A | 43 |
| Octal | 307 | 351 | 154 | 17 | 0 | 66 | 11 | 114 | 112 | 103 |
| Binary | 11000111 | 11101001 | 1101100 | 1111 | 0 | 110110 | 1001 | 1001100 | 1001010 | 1000011 |
Color Harmonies of #C7E96C
Complementary color
Monochromatic Colors of #C7E96C
Black with #C7E96C
Text Example
Text Example
White with #C7E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E96C; }
p { color: rgb(199,233,108); }
H1.HeaderClassName
{
color: #C7E96C;
}
.AnyTagClassName
{
color: #C7E96C;
}
</style>
background-color css
<style>
a { background-color: #C7E96C; }
a { background-color: rgb(199,233,108); }
div.DivClassName
{
background-color: #C7E96C;
}
.BgClassName
{
background-color: #C7E96C;
}
</style>
border-color css
<style>
span { border-color: #C7E96C; }
span { border-color: rgb(199,233,108); }
td.TdClassName
{
border-color: #C7E96C;
}
.TagClassName
{
border-color: #C7E96C;
}
</style>