Shades of Fruit Salad #45B250
Tints of Fruit Salad #45B250
RGB
CMYK
RGB Variations
Color information
#45B250 (or 0x45B250) is known color: Fruit Salad. HEX triplet: 45, B2 and 50. RGB value is (69,178,80). Sum of RGB (Red+Green+Blue) = 69+178+80=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #45B250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B250 is #BA4DAF. Grayscale: #868686. Windows color (decimal): -12209584 or 5288517. OLE color: 5288517.
HSL color Cylindrical-coordinate representation of color #45B250: hue angle of 126.06º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B250 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 80 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.30 |
| HSL | 126.06º | 0.44% | 0.48% | - |
| HSV(B) | 126.06º | 0.61% | 0.7% | - |
| XYZ | 19.82 | 33.69 | 13.05 | - |
| YUV | 134.24 | 97.39 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 80 | 0.61 | 0 | 0.55 | 0.30 | 126.06 | 0.44 | 0.48 |
| Hex | 45 | B2 | 50 | 3D | 0 | 37 | 1E | 7E | 2C | 30 |
| Octal | 105 | 262 | 120 | 75 | 0 | 67 | 36 | 176 | 54 | 60 |
| Binary | 1000101 | 10110010 | 1010000 | 111101 | 0 | 110111 | 11110 | 1111110 | 101100 | 110000 |
Color Harmonies of #45B250
Complementary color
Monochromatic Colors of #45B250
Black with #45B250
Text Example
Text Example
White with #45B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B250; }
p { color: rgb(69,178,80); }
H1.HeaderClassName
{
color: #45B250;
}
.AnyTagClassName
{
color: #45B250;
}
</style>
background-color css
<style>
a { background-color: #45B250; }
a { background-color: rgb(69,178,80); }
div.DivClassName
{
background-color: #45B250;
}
.BgClassName
{
background-color: #45B250;
}
</style>
border-color css
<style>
span { border-color: #45B250; }
span { border-color: rgb(69,178,80); }
td.TdClassName
{
border-color: #45B250;
}
.TagClassName
{
border-color: #45B250;
}
</style>