Shades of Fruit Salad #45C05A
Tints of Fruit Salad #45C05A
RGB
CMYK
RGB Variations
Color information
#45C05A (or 0x45C05A) is known color: Fruit Salad. HEX triplet: 45, C0 and 5A. RGB value is (69,192,90). Sum of RGB (Red+Green+Blue) = 69+192+90=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #45C05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C05A is #BA3FA5. Grayscale: #8F8F8F. Windows color (decimal): -12205990 or 5947461. OLE color: 5947461.
HSL color Cylindrical-coordinate representation of color #45C05A: hue angle of 130.24º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C05A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 90 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.25 |
| HSL | 130.24º | 0.49% | 0.51% | - |
| HSV(B) | 130.24º | 0.64% | 0.75% | - |
| XYZ | 23.15 | 39.7 | 16.12 | - |
| YUV | 143.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 90 | 0.64 | 0 | 0.53 | 0.25 | 130.24 | 0.49 | 0.51 |
| Hex | 45 | C0 | 5A | 40 | 0 | 35 | 19 | 82 | 31 | 33 |
| Octal | 105 | 300 | 132 | 100 | 0 | 65 | 31 | 202 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1011010 | 1000000 | 0 | 110101 | 11001 | 10000010 | 110001 | 110011 |
Color Harmonies of #45C05A
Complementary color
Monochromatic Colors of #45C05A
Black with #45C05A
Text Example
Text Example
White with #45C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C05A; }
p { color: rgb(69,192,90); }
H1.HeaderClassName
{
color: #45C05A;
}
.AnyTagClassName
{
color: #45C05A;
}
</style>
background-color css
<style>
a { background-color: #45C05A; }
a { background-color: rgb(69,192,90); }
div.DivClassName
{
background-color: #45C05A;
}
.BgClassName
{
background-color: #45C05A;
}
</style>
border-color css
<style>
span { border-color: #45C05A; }
span { border-color: rgb(69,192,90); }
td.TdClassName
{
border-color: #45C05A;
}
.TagClassName
{
border-color: #45C05A;
}
</style>