Shades of Sulu #C6E270
Tints of Sulu #C6E270
RGB
CMYK
RGB Variations
Color information
#C6E270 (or 0xC6E270) is known color: Sulu. HEX triplet: C6, E2 and 70. RGB value is (198,226,112). Sum of RGB (Red+Green+Blue) = 198+226+112=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E270 is #391D8F. Grayscale: #CDCDCD. Windows color (decimal): -3743120 or 7398086. OLE color: 7398086.
HSL color Cylindrical-coordinate representation of color #C6E270: hue angle of 74.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6E270 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 112 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.11 |
| HSL | 74.74º | 0.66% | 0.66% | - |
| HSV(B) | 74.74º | 0.5% | 0.89% | - |
| XYZ | 53.41 | 67.57 | 25.56 | - |
| YUV | 204.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 112 | 0.12 | 0 | 0.50 | 0.11 | 74.74 | 0.66 | 0.66 |
| Hex | C6 | E2 | 70 | C | 0 | 32 | B | 4B | 42 | 42 |
| Octal | 306 | 342 | 160 | 14 | 0 | 62 | 13 | 113 | 102 | 102 |
| Binary | 11000110 | 11100010 | 1110000 | 1100 | 0 | 110010 | 1011 | 1001011 | 1000010 | 1000010 |
Color Harmonies of #C6E270
Complementary color
Monochromatic Colors of #C6E270
Black with #C6E270
Text Example
Text Example
White with #C6E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E270; }
p { color: rgb(198,226,112); }
H1.HeaderClassName
{
color: #C6E270;
}
.AnyTagClassName
{
color: #C6E270;
}
</style>
background-color css
<style>
a { background-color: #C6E270; }
a { background-color: rgb(198,226,112); }
div.DivClassName
{
background-color: #C6E270;
}
.BgClassName
{
background-color: #C6E270;
}
</style>
border-color css
<style>
span { border-color: #C6E270; }
span { border-color: rgb(198,226,112); }
td.TdClassName
{
border-color: #C6E270;
}
.TagClassName
{
border-color: #C6E270;
}
</style>