Shades of Fruit Salad #45C34F
Tints of Fruit Salad #45C34F
RGB
CMYK
RGB Variations
Color information
#45C34F (or 0x45C34F) is known color: Fruit Salad. HEX triplet: 45, C3 and 4F. RGB value is (69,195,79). Sum of RGB (Red+Green+Blue) = 69+195+79=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #45C34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C34F is #BA3CB0. Grayscale: #909090. Windows color (decimal): -12205233 or 5227333. OLE color: 5227333.
HSL color Cylindrical-coordinate representation of color #45C34F: hue angle of 124.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C34F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 79 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.24 |
| HSL | 124.76º | 0.51% | 0.52% | - |
| HSV(B) | 124.76º | 0.65% | 0.76% | - |
| XYZ | 23.38 | 40.86 | 14.05 | - |
| YUV | 144.1 | 91.26 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 79 | 0.65 | 0 | 0.59 | 0.24 | 124.76 | 0.51 | 0.52 |
| Hex | 45 | C3 | 4F | 41 | 0 | 3B | 18 | 7D | 33 | 34 |
| Octal | 105 | 303 | 117 | 101 | 0 | 73 | 30 | 175 | 63 | 64 |
| Binary | 1000101 | 11000011 | 1001111 | 1000001 | 0 | 111011 | 11000 | 1111101 | 110011 | 110100 |
Color Harmonies of #45C34F
Complementary color
Monochromatic Colors of #45C34F
Black with #45C34F
Text Example
Text Example
White with #45C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C34F; }
p { color: rgb(69,195,79); }
H1.HeaderClassName
{
color: #45C34F;
}
.AnyTagClassName
{
color: #45C34F;
}
</style>
background-color css
<style>
a { background-color: #45C34F; }
a { background-color: rgb(69,195,79); }
div.DivClassName
{
background-color: #45C34F;
}
.BgClassName
{
background-color: #45C34F;
}
</style>
border-color css
<style>
span { border-color: #45C34F; }
span { border-color: rgb(69,195,79); }
td.TdClassName
{
border-color: #45C34F;
}
.TagClassName
{
border-color: #45C34F;
}
</style>