Shades of Sulu #C5E378
Tints of Sulu #C5E378
RGB
CMYK
RGB Variations
Color information
#C5E378 (or 0xC5E378) is known color: Sulu. HEX triplet: C5, E3 and 78. RGB value is (197,227,120). Sum of RGB (Red+Green+Blue) = 197+227+120=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E378 is #3A1C87. Grayscale: #CECECE. Windows color (decimal): -3808392 or 7922629. OLE color: 7922629.
HSL color Cylindrical-coordinate representation of color #C5E378: hue angle of 76.82º degrees, saturation: 0.66, 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 #C5E378 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 120 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.11 |
| HSL | 76.82º | 0.66% | 0.68% | - |
| HSV(B) | 76.82º | 0.47% | 0.89% | - |
| XYZ | 53.89 | 68.16 | 28.09 | - |
| YUV | 205.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 120 | 0.13 | 0 | 0.47 | 0.11 | 76.82 | 0.66 | 0.68 |
| Hex | C5 | E3 | 78 | D | 0 | 2F | B | 4D | 42 | 44 |
| Octal | 305 | 343 | 170 | 15 | 0 | 57 | 13 | 115 | 102 | 104 |
| Binary | 11000101 | 11100011 | 1111000 | 1101 | 0 | 101111 | 1011 | 1001101 | 1000010 | 1000100 |
Color Harmonies of #C5E378
Complementary color
Monochromatic Colors of #C5E378
Black with #C5E378
Text Example
Text Example
White with #C5E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E378; }
p { color: rgb(197,227,120); }
H1.HeaderClassName
{
color: #C5E378;
}
.AnyTagClassName
{
color: #C5E378;
}
</style>
background-color css
<style>
a { background-color: #C5E378; }
a { background-color: rgb(197,227,120); }
div.DivClassName
{
background-color: #C5E378;
}
.BgClassName
{
background-color: #C5E378;
}
</style>
border-color css
<style>
span { border-color: #C5E378; }
span { border-color: rgb(197,227,120); }
td.TdClassName
{
border-color: #C5E378;
}
.TagClassName
{
border-color: #C5E378;
}
</style>