Shades of Fruit Salad #45C34D
Tints of Fruit Salad #45C34D
RGB
CMYK
RGB Variations
Color information
#45C34D (or 0x45C34D) is known color: Fruit Salad. HEX triplet: 45, C3 and 4D. RGB value is (69,195,77). Sum of RGB (Red+Green+Blue) = 69+195+77=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #45C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C34D is #BA3CB2. Grayscale: #909090. Windows color (decimal): -12205235 or 5096261. OLE color: 5096261.
HSL color Cylindrical-coordinate representation of color #45C34D: hue angle of 123.81º 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 #45C34D is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 77 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.24 |
| HSL | 123.81º | 0.51% | 0.52% | - |
| HSV(B) | 123.81º | 0.65% | 0.76% | - |
| XYZ | 23.31 | 40.83 | 13.67 | - |
| YUV | 143.87 | 90.26 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 77 | 0.65 | 0 | 0.61 | 0.24 | 123.81 | 0.51 | 0.52 |
| Hex | 45 | C3 | 4D | 41 | 0 | 3D | 18 | 7C | 33 | 34 |
| Octal | 105 | 303 | 115 | 101 | 0 | 75 | 30 | 174 | 63 | 64 |
| Binary | 1000101 | 11000011 | 1001101 | 1000001 | 0 | 111101 | 11000 | 1111100 | 110011 | 110100 |
Color Harmonies of #45C34D
Complementary color
Monochromatic Colors of #45C34D
Black with #45C34D
Text Example
Text Example
White with #45C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C34D; }
p { color: rgb(69,195,77); }
H1.HeaderClassName
{
color: #45C34D;
}
.AnyTagClassName
{
color: #45C34D;
}
</style>
background-color css
<style>
a { background-color: #45C34D; }
a { background-color: rgb(69,195,77); }
div.DivClassName
{
background-color: #45C34D;
}
.BgClassName
{
background-color: #45C34D;
}
</style>
border-color css
<style>
span { border-color: #45C34D; }
span { border-color: rgb(69,195,77); }
td.TdClassName
{
border-color: #45C34D;
}
.TagClassName
{
border-color: #45C34D;
}
</style>