Shades of Fruit Salad #45B64B
Tints of Fruit Salad #45B64B
RGB
CMYK
RGB Variations
Color information
#45B64B (or 0x45B64B) is known color: Fruit Salad. HEX triplet: 45, B6 and 4B. RGB value is (69,182,75). Sum of RGB (Red+Green+Blue) = 69+182+75=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #45B64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B64B is #BA49B4. Grayscale: #888888. Windows color (decimal): -12208565 or 4961861. OLE color: 4961861.
HSL color Cylindrical-coordinate representation of color #45B64B: hue angle of 123.19º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B64B is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 182 | 75 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.29 |
| HSL | 123.19º | 0.45% | 0.49% | - |
| HSV(B) | 123.19º | 0.62% | 0.71% | - |
| XYZ | 20.45 | 35.23 | 12.38 | - |
| YUV | 136.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 182 | 75 | 0.62 | 0 | 0.59 | 0.29 | 123.19 | 0.45 | 0.49 |
| Hex | 45 | B6 | 4B | 3E | 0 | 3B | 1D | 7B | 2D | 31 |
| Octal | 105 | 266 | 113 | 76 | 0 | 73 | 35 | 173 | 55 | 61 |
| Binary | 1000101 | 10110110 | 1001011 | 111110 | 0 | 111011 | 11101 | 1111011 | 101101 | 110001 |
Color Harmonies of #45B64B
Complementary color
Monochromatic Colors of #45B64B
Black with #45B64B
Text Example
Text Example
White with #45B64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B64B; }
p { color: rgb(69,182,75); }
H1.HeaderClassName
{
color: #45B64B;
}
.AnyTagClassName
{
color: #45B64B;
}
</style>
background-color css
<style>
a { background-color: #45B64B; }
a { background-color: rgb(69,182,75); }
div.DivClassName
{
background-color: #45B64B;
}
.BgClassName
{
background-color: #45B64B;
}
</style>
border-color css
<style>
span { border-color: #45B64B; }
span { border-color: rgb(69,182,75); }
td.TdClassName
{
border-color: #45B64B;
}
.TagClassName
{
border-color: #45B64B;
}
</style>