Shades of Sulu #C6E975
Tints of Sulu #C6E975
RGB
CMYK
RGB Variations
Color information
#C6E975 (or 0xC6E975) is known color: Sulu. HEX triplet: C6, E9 and 75. RGB value is (198,233,117). Sum of RGB (Red+Green+Blue) = 198+233+117=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E975 is #39168A. Grayscale: #D1D1D1. Windows color (decimal): -3741323 or 7727558. OLE color: 7727558.
HSL color Cylindrical-coordinate representation of color #C6E975: hue angle of 78.1º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6E975 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 117 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.09 |
| HSL | 78.1º | 0.73% | 0.69% | - |
| HSV(B) | 78.1º | 0.5% | 0.91% | - |
| XYZ | 55.64 | 71.57 | 27.71 | - |
| YUV | 209.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 117 | 0.15 | 0 | 0.50 | 0.09 | 78.1 | 0.73 | 0.69 |
| Hex | C6 | E9 | 75 | F | 0 | 32 | 9 | 4E | 48 | 45 |
| Octal | 306 | 351 | 165 | 17 | 0 | 62 | 11 | 116 | 110 | 105 |
| Binary | 11000110 | 11101001 | 1110101 | 1111 | 0 | 110010 | 1001 | 1001110 | 1001000 | 1000101 |
Color Harmonies of #C6E975
Complementary color
Monochromatic Colors of #C6E975
Black with #C6E975
Text Example
Text Example
White with #C6E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E975; }
p { color: rgb(198,233,117); }
H1.HeaderClassName
{
color: #C6E975;
}
.AnyTagClassName
{
color: #C6E975;
}
</style>
background-color css
<style>
a { background-color: #C6E975; }
a { background-color: rgb(198,233,117); }
div.DivClassName
{
background-color: #C6E975;
}
.BgClassName
{
background-color: #C6E975;
}
</style>
border-color css
<style>
span { border-color: #C6E975; }
span { border-color: rgb(198,233,117); }
td.TdClassName
{
border-color: #C6E975;
}
.TagClassName
{
border-color: #C6E975;
}
</style>