Shades of Fruit Salad #45BA41
Tints of Fruit Salad #45BA41
RGB
CMYK
RGB Variations
Color information
#45BA41 (or 0x45BA41) is known color: Fruit Salad. HEX triplet: 45, BA and 41. RGB value is (69,186,65). Sum of RGB (Red+Green+Blue) = 69+186+65=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA41 is #BA45BE. Grayscale: #898989. Windows color (decimal): -12207551 or 4307525. OLE color: 4307525.
HSL color Cylindrical-coordinate representation of color #45BA41: hue angle of 118.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45BA41 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 65 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.27 |
| HSL | 118.02º | 0.48% | 0.49% | - |
| HSV(B) | 118.02º | 0.65% | 0.73% | - |
| XYZ | 20.97 | 36.76 | 10.99 | - |
| YUV | 137.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 65 | 0.63 | 0 | 0.65 | 0.27 | 118.02 | 0.48 | 0.49 |
| Hex | 45 | BA | 41 | 3F | 0 | 41 | 1B | 76 | 30 | 31 |
| Octal | 105 | 272 | 101 | 77 | 0 | 101 | 33 | 166 | 60 | 61 |
| Binary | 1000101 | 10111010 | 1000001 | 111111 | 0 | 1000001 | 11011 | 1110110 | 110000 | 110001 |
Color Harmonies of #45BA41
Complementary color
Monochromatic Colors of #45BA41
Black with #45BA41
Text Example
Text Example
White with #45BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA41; }
p { color: rgb(69,186,65); }
H1.HeaderClassName
{
color: #45BA41;
}
.AnyTagClassName
{
color: #45BA41;
}
</style>
background-color css
<style>
a { background-color: #45BA41; }
a { background-color: rgb(69,186,65); }
div.DivClassName
{
background-color: #45BA41;
}
.BgClassName
{
background-color: #45BA41;
}
</style>
border-color css
<style>
span { border-color: #45BA41; }
span { border-color: rgb(69,186,65); }
td.TdClassName
{
border-color: #45BA41;
}
.TagClassName
{
border-color: #45BA41;
}
</style>