Shades of Lima #78C905
Tints of Lima #78C905
RGB
CMYK
RGB Variations
Color information
#78C905 (or 0x78C905) is known color: Lima. HEX triplet: 78, C9 and 05. RGB value is (120,201,5). Sum of RGB (Red+Green+Blue) = 120+201+5=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #78C905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C905 is #8736FA. Grayscale: #9B9B9B. Windows color (decimal): -8861435 or 379256. OLE color: 379256.
HSL color Cylindrical-coordinate representation of color #78C905: hue angle of 84.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78C905 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 5 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.21 |
| HSL | 84.8º | 0.95% | 0.4% | - |
| HSV(B) | 84.8º | 0.98% | 0.79% | - |
| XYZ | 28.66 | 45.78 | 7.47 | - |
| YUV | 154.44 | 43.66 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 5 | 0.40 | 0 | 0.98 | 0.21 | 84.8 | 0.95 | 0.4 |
| Hex | 78 | C9 | 5 | 28 | 0 | 62 | 15 | 55 | 5F | 28 |
| Octal | 170 | 311 | 5 | 50 | 0 | 142 | 25 | 125 | 137 | 50 |
| Binary | 1111000 | 11001001 | 101 | 101000 | 0 | 1100010 | 10101 | 1010101 | 1011111 | 101000 |
Color Harmonies of #78C905
Complementary color
Monochromatic Colors of #78C905
Black with #78C905
Text Example
Text Example
White with #78C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C905; }
p { color: rgb(120,201,5); }
H1.HeaderClassName
{
color: #78C905;
}
.AnyTagClassName
{
color: #78C905;
}
</style>
background-color css
<style>
a { background-color: #78C905; }
a { background-color: rgb(120,201,5); }
div.DivClassName
{
background-color: #78C905;
}
.BgClassName
{
background-color: #78C905;
}
</style>
border-color css
<style>
span { border-color: #78C905; }
span { border-color: rgb(120,201,5); }
td.TdClassName
{
border-color: #78C905;
}
.TagClassName
{
border-color: #78C905;
}
</style>