Shades of Fruit Salad #45C051
Tints of Fruit Salad #45C051
RGB
CMYK
RGB Variations
Color information
#45C051 (or 0x45C051) is known color: Fruit Salad. HEX triplet: 45, C0 and 51. RGB value is (69,192,81). Sum of RGB (Red+Green+Blue) = 69+192+81=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #45C051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C051 is #BA3FAE. Grayscale: #8E8E8E. Windows color (decimal): -12205999 or 5357637. OLE color: 5357637.
HSL color Cylindrical-coordinate representation of color #45C051: hue angle of 125.85º 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 #45C051 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 81 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.25 |
| HSL | 125.85º | 0.49% | 0.51% | - |
| HSV(B) | 125.85º | 0.64% | 0.75% | - |
| XYZ | 22.79 | 39.56 | 14.22 | - |
| YUV | 142.57 | 93.25 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 81 | 0.64 | 0 | 0.58 | 0.25 | 125.85 | 0.49 | 0.51 |
| Hex | 45 | C0 | 51 | 40 | 0 | 3A | 19 | 7E | 31 | 33 |
| Octal | 105 | 300 | 121 | 100 | 0 | 72 | 31 | 176 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1010001 | 1000000 | 0 | 111010 | 11001 | 1111110 | 110001 | 110011 |
Color Harmonies of #45C051
Complementary color
Monochromatic Colors of #45C051
Black with #45C051
Text Example
Text Example
White with #45C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C051; }
p { color: rgb(69,192,81); }
H1.HeaderClassName
{
color: #45C051;
}
.AnyTagClassName
{
color: #45C051;
}
</style>
background-color css
<style>
a { background-color: #45C051; }
a { background-color: rgb(69,192,81); }
div.DivClassName
{
background-color: #45C051;
}
.BgClassName
{
background-color: #45C051;
}
</style>
border-color css
<style>
span { border-color: #45C051; }
span { border-color: rgb(69,192,81); }
td.TdClassName
{
border-color: #45C051;
}
.TagClassName
{
border-color: #45C051;
}
</style>