Shades of Sulu #C6E970
Tints of Sulu #C6E970
RGB
CMYK
RGB Variations
Color information
#C6E970 (or 0xC6E970) is known color: Sulu. HEX triplet: C6, E9 and 70. RGB value is (198,233,112). Sum of RGB (Red+Green+Blue) = 198+233+112=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E970 is #39168F. Grayscale: #D1D1D1. Windows color (decimal): -3741328 or 7399878. OLE color: 7399878.
HSL color Cylindrical-coordinate representation of color #C6E970: hue angle of 77.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6E970 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 112 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.09 |
| HSL | 77.36º | 0.73% | 0.68% | - |
| HSV(B) | 77.36º | 0.52% | 0.91% | - |
| XYZ | 55.35 | 71.45 | 26.2 | - |
| YUV | 208.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 112 | 0.15 | 0 | 0.52 | 0.09 | 77.36 | 0.73 | 0.68 |
| Hex | C6 | E9 | 70 | F | 0 | 34 | 9 | 4D | 49 | 44 |
| Octal | 306 | 351 | 160 | 17 | 0 | 64 | 11 | 115 | 111 | 104 |
| Binary | 11000110 | 11101001 | 1110000 | 1111 | 0 | 110100 | 1001 | 1001101 | 1001001 | 1000100 |
Color Harmonies of #C6E970
Complementary color
Monochromatic Colors of #C6E970
Black with #C6E970
Text Example
Text Example
White with #C6E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E970; }
p { color: rgb(198,233,112); }
H1.HeaderClassName
{
color: #C6E970;
}
.AnyTagClassName
{
color: #C6E970;
}
</style>
background-color css
<style>
a { background-color: #C6E970; }
a { background-color: rgb(198,233,112); }
div.DivClassName
{
background-color: #C6E970;
}
.BgClassName
{
background-color: #C6E970;
}
</style>
border-color css
<style>
span { border-color: #C6E970; }
span { border-color: rgb(198,233,112); }
td.TdClassName
{
border-color: #C6E970;
}
.TagClassName
{
border-color: #C6E970;
}
</style>