Shades of Sulu #C6E97A
Tints of Sulu #C6E97A
RGB
CMYK
RGB Variations
Color information
#C6E97A (or 0xC6E97A) is known color: Sulu. HEX triplet: C6, E9 and 7A. RGB value is (198,233,122). Sum of RGB (Red+Green+Blue) = 198+233+122=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E97A is #391685. Grayscale: #D2D2D2. Windows color (decimal): -3741318 or 8055238. OLE color: 8055238.
HSL color Cylindrical-coordinate representation of color #C6E97A: hue angle of 78.92º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6E97A is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 122 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.09 |
| HSL | 78.92º | 0.72% | 0.7% | - |
| HSV(B) | 78.92º | 0.48% | 0.91% | - |
| XYZ | 55.94 | 71.69 | 29.3 | - |
| YUV | 209.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 122 | 0.15 | 0 | 0.48 | 0.09 | 78.92 | 0.72 | 0.7 |
| Hex | C6 | E9 | 7A | F | 0 | 30 | 9 | 4F | 48 | 46 |
| Octal | 306 | 351 | 172 | 17 | 0 | 60 | 11 | 117 | 110 | 106 |
| Binary | 11000110 | 11101001 | 1111010 | 1111 | 0 | 110000 | 1001 | 1001111 | 1001000 | 1000110 |
Color Harmonies of #C6E97A
Complementary color
Monochromatic Colors of #C6E97A
Black with #C6E97A
Text Example
Text Example
White with #C6E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E97A; }
p { color: rgb(198,233,122); }
H1.HeaderClassName
{
color: #C6E97A;
}
.AnyTagClassName
{
color: #C6E97A;
}
</style>
background-color css
<style>
a { background-color: #C6E97A; }
a { background-color: rgb(198,233,122); }
div.DivClassName
{
background-color: #C6E97A;
}
.BgClassName
{
background-color: #C6E97A;
}
</style>
border-color css
<style>
span { border-color: #C6E97A; }
span { border-color: rgb(198,233,122); }
td.TdClassName
{
border-color: #C6E97A;
}
.TagClassName
{
border-color: #C6E97A;
}
</style>