Shades of Sulu #C6E275
Tints of Sulu #C6E275
RGB
CMYK
RGB Variations
Color information
#C6E275 (or 0xC6E275) is known color: Sulu. HEX triplet: C6, E2 and 75. RGB value is (198,226,117). Sum of RGB (Red+Green+Blue) = 198+226+117=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E275 is #391D8A. Grayscale: #CDCDCD. Windows color (decimal): -3743115 or 7725766. OLE color: 7725766.
HSL color Cylindrical-coordinate representation of color #C6E275: hue angle of 75.41º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6E275 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 117 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.11 |
| HSL | 75.41º | 0.65% | 0.67% | - |
| HSV(B) | 75.41º | 0.48% | 0.89% | - |
| XYZ | 53.7 | 67.68 | 27.06 | - |
| YUV | 205.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 117 | 0.12 | 0 | 0.48 | 0.11 | 75.41 | 0.65 | 0.67 |
| Hex | C6 | E2 | 75 | C | 0 | 30 | B | 4B | 41 | 43 |
| Octal | 306 | 342 | 165 | 14 | 0 | 60 | 13 | 113 | 101 | 103 |
| Binary | 11000110 | 11100010 | 1110101 | 1100 | 0 | 110000 | 1011 | 1001011 | 1000001 | 1000011 |
Color Harmonies of #C6E275
Complementary color
Monochromatic Colors of #C6E275
Black with #C6E275
Text Example
Text Example
White with #C6E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E275; }
p { color: rgb(198,226,117); }
H1.HeaderClassName
{
color: #C6E275;
}
.AnyTagClassName
{
color: #C6E275;
}
</style>
background-color css
<style>
a { background-color: #C6E275; }
a { background-color: rgb(198,226,117); }
div.DivClassName
{
background-color: #C6E275;
}
.BgClassName
{
background-color: #C6E275;
}
</style>
border-color css
<style>
span { border-color: #C6E275; }
span { border-color: rgb(198,226,117); }
td.TdClassName
{
border-color: #C6E275;
}
.TagClassName
{
border-color: #C6E275;
}
</style>