Shades of Fruit Salad #45C14F
Tints of Fruit Salad #45C14F
RGB
CMYK
RGB Variations
Color information
#45C14F (or 0x45C14F) is known color: Fruit Salad. HEX triplet: 45, C1 and 4F. RGB value is (69,193,79). Sum of RGB (Red+Green+Blue) = 69+193+79=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #45C14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C14F is #BA3EB0. Grayscale: #8F8F8F. Windows color (decimal): -12205745 or 5226821. OLE color: 5226821.
HSL color Cylindrical-coordinate representation of color #45C14F: hue angle of 124.84º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C14F is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 79 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.24 |
| HSL | 124.84º | 0.5% | 0.51% | - |
| HSV(B) | 124.84º | 0.64% | 0.76% | - |
| XYZ | 22.94 | 39.97 | 13.9 | - |
| YUV | 142.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 79 | 0.64 | 0 | 0.59 | 0.24 | 124.84 | 0.5 | 0.51 |
| Hex | 45 | C1 | 4F | 40 | 0 | 3B | 18 | 7D | 32 | 33 |
| Octal | 105 | 301 | 117 | 100 | 0 | 73 | 30 | 175 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1001111 | 1000000 | 0 | 111011 | 11000 | 1111101 | 110010 | 110011 |
Color Harmonies of #45C14F
Complementary color
Monochromatic Colors of #45C14F
Black with #45C14F
Text Example
Text Example
White with #45C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C14F; }
p { color: rgb(69,193,79); }
H1.HeaderClassName
{
color: #45C14F;
}
.AnyTagClassName
{
color: #45C14F;
}
</style>
background-color css
<style>
a { background-color: #45C14F; }
a { background-color: rgb(69,193,79); }
div.DivClassName
{
background-color: #45C14F;
}
.BgClassName
{
background-color: #45C14F;
}
</style>
border-color css
<style>
span { border-color: #45C14F; }
span { border-color: rgb(69,193,79); }
td.TdClassName
{
border-color: #45C14F;
}
.TagClassName
{
border-color: #45C14F;
}
</style>