Shades of Sulu #C8E478
Tints of Sulu #C8E478
RGB
CMYK
RGB Variations
Color information
#C8E478 (or 0xC8E478) is known color: Sulu. HEX triplet: C8, E4 and 78. RGB value is (200,228,120). Sum of RGB (Red+Green+Blue) = 200+228+120=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E478 is #371B87. Grayscale: #CFCFCF. Windows color (decimal): -3611528 or 7922888. OLE color: 7922888.
HSL color Cylindrical-coordinate representation of color #C8E478: hue angle of 75.56º 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 #C8E478 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 120 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.11 |
| HSL | 75.56º | 0.67% | 0.68% | - |
| HSV(B) | 75.56º | 0.47% | 0.89% | - |
| XYZ | 54.95 | 69.12 | 28.21 | - |
| YUV | 207.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 120 | 0.12 | 0 | 0.47 | 0.11 | 75.56 | 0.67 | 0.68 |
| Hex | C8 | E4 | 78 | C | 0 | 2F | B | 4C | 43 | 44 |
| Octal | 310 | 344 | 170 | 14 | 0 | 57 | 13 | 114 | 103 | 104 |
| Binary | 11001000 | 11100100 | 1111000 | 1100 | 0 | 101111 | 1011 | 1001100 | 1000011 | 1000100 |
Color Harmonies of #C8E478
Complementary color
Monochromatic Colors of #C8E478
Black with #C8E478
Text Example
Text Example
White with #C8E478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E478; }
p { color: rgb(200,228,120); }
H1.HeaderClassName
{
color: #C8E478;
}
.AnyTagClassName
{
color: #C8E478;
}
</style>
background-color css
<style>
a { background-color: #C8E478; }
a { background-color: rgb(200,228,120); }
div.DivClassName
{
background-color: #C8E478;
}
.BgClassName
{
background-color: #C8E478;
}
</style>
border-color css
<style>
span { border-color: #C8E478; }
span { border-color: rgb(200,228,120); }
td.TdClassName
{
border-color: #C8E478;
}
.TagClassName
{
border-color: #C8E478;
}
</style>