Shades of Sulu #C7E96B
Tints of Sulu #C7E96B
RGB
CMYK
RGB Variations
Color information
#C7E96B (or 0xC7E96B) is known color: Sulu. HEX triplet: C7, E9 and 6B. RGB value is (199,233,107). Sum of RGB (Red+Green+Blue) = 199+233+107=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E96B is #381694. Grayscale: #D0D0D0. Windows color (decimal): -3675797 or 7072199. OLE color: 7072199.
HSL color Cylindrical-coordinate representation of color #C7E96B: hue angle of 76.19º 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 #C7E96B is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 107 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.09 |
| HSL | 76.19º | 0.74% | 0.67% | - |
| HSV(B) | 76.19º | 0.54% | 0.91% | - |
| XYZ | 55.35 | 71.48 | 24.79 | - |
| YUV | 208.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 107 | 0.15 | 0 | 0.54 | 0.09 | 76.19 | 0.74 | 0.67 |
| Hex | C7 | E9 | 6B | F | 0 | 36 | 9 | 4C | 4A | 43 |
| Octal | 307 | 351 | 153 | 17 | 0 | 66 | 11 | 114 | 112 | 103 |
| Binary | 11000111 | 11101001 | 1101011 | 1111 | 0 | 110110 | 1001 | 1001100 | 1001010 | 1000011 |
Color Harmonies of #C7E96B
Complementary color
Monochromatic Colors of #C7E96B
Black with #C7E96B
Text Example
Text Example
White with #C7E96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E96B; }
p { color: rgb(199,233,107); }
H1.HeaderClassName
{
color: #C7E96B;
}
.AnyTagClassName
{
color: #C7E96B;
}
</style>
background-color css
<style>
a { background-color: #C7E96B; }
a { background-color: rgb(199,233,107); }
div.DivClassName
{
background-color: #C7E96B;
}
.BgClassName
{
background-color: #C7E96B;
}
</style>
border-color css
<style>
span { border-color: #C7E96B; }
span { border-color: rgb(199,233,107); }
td.TdClassName
{
border-color: #C7E96B;
}
.TagClassName
{
border-color: #C7E96B;
}
</style>