Shades of Sulu #C6E478
Tints of Sulu #C6E478
RGB
CMYK
RGB Variations
Color information
#C6E478 (or 0xC6E478) is known color: Sulu. HEX triplet: C6, E4 and 78. RGB value is (198,228,120). Sum of RGB (Red+Green+Blue) = 198+228+120=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E478 is #391B87. Grayscale: #CFCFCF. Windows color (decimal): -3742600 or 7922886. OLE color: 7922886.
HSL color Cylindrical-coordinate representation of color #C6E478: hue angle of 76.67º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6E478 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 228 | 120 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.11 |
| HSL | 76.67º | 0.67% | 0.68% | - |
| HSV(B) | 76.67º | 0.47% | 0.89% | - |
| XYZ | 54.42 | 68.85 | 28.19 | - |
| YUV | 206.72 | 79.06 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 120 | 0.13 | 0 | 0.47 | 0.11 | 76.67 | 0.67 | 0.68 |
| Hex | C6 | E4 | 78 | D | 0 | 2F | B | 4D | 43 | 44 |
| Octal | 306 | 344 | 170 | 15 | 0 | 57 | 13 | 115 | 103 | 104 |
| Binary | 11000110 | 11100100 | 1111000 | 1101 | 0 | 101111 | 1011 | 1001101 | 1000011 | 1000100 |
Color Harmonies of #C6E478
Complementary color
Monochromatic Colors of #C6E478
Black with #C6E478
Text Example
Text Example
White with #C6E478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E478; }
p { color: rgb(198,228,120); }
H1.HeaderClassName
{
color: #C6E478;
}
.AnyTagClassName
{
color: #C6E478;
}
</style>
background-color css
<style>
a { background-color: #C6E478; }
a { background-color: rgb(198,228,120); }
div.DivClassName
{
background-color: #C6E478;
}
.BgClassName
{
background-color: #C6E478;
}
</style>
border-color css
<style>
span { border-color: #C6E478; }
span { border-color: rgb(198,228,120); }
td.TdClassName
{
border-color: #C6E478;
}
.TagClassName
{
border-color: #C6E478;
}
</style>