Shades of Fruit Salad #45C04D
Tints of Fruit Salad #45C04D
RGB
CMYK
RGB Variations
Color information
#45C04D (or 0x45C04D) is known color: Fruit Salad. HEX triplet: 45, C0 and 4D. RGB value is (69,192,77). Sum of RGB (Red+Green+Blue) = 69+192+77=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #45C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C04D is #BA3FB2. Grayscale: #8E8E8E. Windows color (decimal): -12206003 or 5095493. OLE color: 5095493.
HSL color Cylindrical-coordinate representation of color #45C04D: hue angle of 123.9º 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 #45C04D is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 77 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.25 |
| HSL | 123.9º | 0.49% | 0.51% | - |
| HSV(B) | 123.9º | 0.64% | 0.75% | - |
| XYZ | 22.64 | 39.5 | 13.45 | - |
| YUV | 142.11 | 91.25 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 77 | 0.64 | 0 | 0.60 | 0.25 | 123.9 | 0.49 | 0.51 |
| Hex | 45 | C0 | 4D | 40 | 0 | 3C | 19 | 7C | 31 | 33 |
| Octal | 105 | 300 | 115 | 100 | 0 | 74 | 31 | 174 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1001101 | 1000000 | 0 | 111100 | 11001 | 1111100 | 110001 | 110011 |
Color Harmonies of #45C04D
Complementary color
Monochromatic Colors of #45C04D
Black with #45C04D
Text Example
Text Example
White with #45C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C04D; }
p { color: rgb(69,192,77); }
H1.HeaderClassName
{
color: #45C04D;
}
.AnyTagClassName
{
color: #45C04D;
}
</style>
background-color css
<style>
a { background-color: #45C04D; }
a { background-color: rgb(69,192,77); }
div.DivClassName
{
background-color: #45C04D;
}
.BgClassName
{
background-color: #45C04D;
}
</style>
border-color css
<style>
span { border-color: #45C04D; }
span { border-color: rgb(69,192,77); }
td.TdClassName
{
border-color: #45C04D;
}
.TagClassName
{
border-color: #45C04D;
}
</style>