Shades of Fruit Salad #45BE5C
Tints of Fruit Salad #45BE5C
RGB
CMYK
RGB Variations
Color information
#45BE5C (or 0x45BE5C) is known color: Fruit Salad. HEX triplet: 45, BE and 5C. RGB value is (69,190,92). Sum of RGB (Red+Green+Blue) = 69+190+92=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE5C is #BA41A3. Grayscale: #8E8E8E. Windows color (decimal): -12206500 or 6078021. OLE color: 6078021.
HSL color Cylindrical-coordinate representation of color #45BE5C: hue angle of 131.4º degrees, saturation: 0.48, 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 #45BE5C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 92 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.25 |
| HSL | 131.41º | 0.48% | 0.51% | - |
| HSV(B) | 131.41º | 0.64% | 0.75% | - |
| XYZ | 22.8 | 38.86 | 16.43 | - |
| YUV | 142.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 92 | 0.64 | 0 | 0.52 | 0.25 | 131.41 | 0.48 | 0.51 |
| Hex | 45 | BE | 5C | 40 | 0 | 34 | 19 | 83 | 30 | 33 |
| Octal | 105 | 276 | 134 | 100 | 0 | 64 | 31 | 203 | 60 | 63 |
| Binary | 1000101 | 10111110 | 1011100 | 1000000 | 0 | 110100 | 11001 | 10000011 | 110000 | 110011 |
Color Harmonies of #45BE5C
Complementary color
Monochromatic Colors of #45BE5C
Black with #45BE5C
Text Example
Text Example
White with #45BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BE5C; }
p { color: rgb(69,190,92); }
H1.HeaderClassName
{
color: #45BE5C;
}
.AnyTagClassName
{
color: #45BE5C;
}
</style>
background-color css
<style>
a { background-color: #45BE5C; }
a { background-color: rgb(69,190,92); }
div.DivClassName
{
background-color: #45BE5C;
}
.BgClassName
{
background-color: #45BE5C;
}
</style>
border-color css
<style>
span { border-color: #45BE5C; }
span { border-color: rgb(69,190,92); }
td.TdClassName
{
border-color: #45BE5C;
}
.TagClassName
{
border-color: #45BE5C;
}
</style>