Shades of Fruit Salad #45C24E
Tints of Fruit Salad #45C24E
RGB
CMYK
RGB Variations
Color information
#45C24E (or 0x45C24E) is known color: Fruit Salad. HEX triplet: 45, C2 and 4E. RGB value is (69,194,78). Sum of RGB (Red+Green+Blue) = 69+194+78=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #45C24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C24E is #BA3DB1. Grayscale: #8F8F8F. Windows color (decimal): -12205490 or 5161541. OLE color: 5161541.
HSL color Cylindrical-coordinate representation of color #45C24E: hue angle of 124.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C24E is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 78 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.24 |
| HSL | 124.32º | 0.51% | 0.52% | - |
| HSV(B) | 124.32º | 0.64% | 0.76% | - |
| XYZ | 23.12 | 40.4 | 13.79 | - |
| YUV | 143.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 78 | 0.64 | 0 | 0.60 | 0.24 | 124.32 | 0.51 | 0.52 |
| Hex | 45 | C2 | 4E | 40 | 0 | 3C | 18 | 7C | 33 | 34 |
| Octal | 105 | 302 | 116 | 100 | 0 | 74 | 30 | 174 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1001110 | 1000000 | 0 | 111100 | 11000 | 1111100 | 110011 | 110100 |
Color Harmonies of #45C24E
Complementary color
Monochromatic Colors of #45C24E
Black with #45C24E
Text Example
Text Example
White with #45C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C24E; }
p { color: rgb(69,194,78); }
H1.HeaderClassName
{
color: #45C24E;
}
.AnyTagClassName
{
color: #45C24E;
}
</style>
background-color css
<style>
a { background-color: #45C24E; }
a { background-color: rgb(69,194,78); }
div.DivClassName
{
background-color: #45C24E;
}
.BgClassName
{
background-color: #45C24E;
}
</style>
border-color css
<style>
span { border-color: #45C24E; }
span { border-color: rgb(69,194,78); }
td.TdClassName
{
border-color: #45C24E;
}
.TagClassName
{
border-color: #45C24E;
}
</style>