Shades of Sulu #C6E27A
Tints of Sulu #C6E27A
RGB
CMYK
RGB Variations
Color information
#C6E27A (or 0xC6E27A) is known color: Sulu. HEX triplet: C6, E2 and 7A. RGB value is (198,226,122). Sum of RGB (Red+Green+Blue) = 198+226+122=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E27A is #391D85. Grayscale: #CECECE. Windows color (decimal): -3743110 or 8053446. OLE color: 8053446.
HSL color Cylindrical-coordinate representation of color #C6E27A: hue angle of 76.15º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6E27A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 122 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.11 |
| HSL | 76.15º | 0.64% | 0.68% | - |
| HSV(B) | 76.15º | 0.46% | 0.89% | - |
| XYZ | 54 | 67.8 | 28.65 | - |
| YUV | 205.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 122 | 0.12 | 0 | 0.46 | 0.11 | 76.15 | 0.64 | 0.68 |
| Hex | C6 | E2 | 7A | C | 0 | 2E | B | 4C | 40 | 44 |
| Octal | 306 | 342 | 172 | 14 | 0 | 56 | 13 | 114 | 100 | 104 |
| Binary | 11000110 | 11100010 | 1111010 | 1100 | 0 | 101110 | 1011 | 1001100 | 1000000 | 1000100 |
Color Harmonies of #C6E27A
Complementary color
Monochromatic Colors of #C6E27A
Black with #C6E27A
Text Example
Text Example
White with #C6E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E27A; }
p { color: rgb(198,226,122); }
H1.HeaderClassName
{
color: #C6E27A;
}
.AnyTagClassName
{
color: #C6E27A;
}
</style>
background-color css
<style>
a { background-color: #C6E27A; }
a { background-color: rgb(198,226,122); }
div.DivClassName
{
background-color: #C6E27A;
}
.BgClassName
{
background-color: #C6E27A;
}
</style>
border-color css
<style>
span { border-color: #C6E27A; }
span { border-color: rgb(198,226,122); }
td.TdClassName
{
border-color: #C6E27A;
}
.TagClassName
{
border-color: #C6E27A;
}
</style>