Shades of Fruit Salad #45AF40
Tints of Fruit Salad #45AF40
RGB
CMYK
RGB Variations
Color information
#45AF40 (or 0x45AF40) is known color: Fruit Salad. HEX triplet: 45, AF and 40. RGB value is (69,175,64). Sum of RGB (Red+Green+Blue) = 69+175+64=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AF40 is #BA50BF. Grayscale: #828282. Windows color (decimal): -12210368 or 4239173. OLE color: 4239173.
HSL color Cylindrical-coordinate representation of color #45AF40: hue angle of 117.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45AF40 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 64 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.31 |
| HSL | 117.3º | 0.46% | 0.47% | - |
| HSV(B) | 117.3º | 0.63% | 0.69% | - |
| XYZ | 18.71 | 32.3 | 10.1 | - |
| YUV | 130.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 64 | 0.61 | 0 | 0.63 | 0.31 | 117.3 | 0.46 | 0.47 |
| Hex | 45 | AF | 40 | 3D | 0 | 3F | 1F | 75 | 2E | 2F |
| Octal | 105 | 257 | 100 | 75 | 0 | 77 | 37 | 165 | 56 | 57 |
| Binary | 1000101 | 10101111 | 1000000 | 111101 | 0 | 111111 | 11111 | 1110101 | 101110 | 101111 |
Color Harmonies of #45AF40
Complementary color
Monochromatic Colors of #45AF40
Black with #45AF40
Text Example
Text Example
White with #45AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF40; }
p { color: rgb(69,175,64); }
H1.HeaderClassName
{
color: #45AF40;
}
.AnyTagClassName
{
color: #45AF40;
}
</style>
background-color css
<style>
a { background-color: #45AF40; }
a { background-color: rgb(69,175,64); }
div.DivClassName
{
background-color: #45AF40;
}
.BgClassName
{
background-color: #45AF40;
}
</style>
border-color css
<style>
span { border-color: #45AF40; }
span { border-color: rgb(69,175,64); }
td.TdClassName
{
border-color: #45AF40;
}
.TagClassName
{
border-color: #45AF40;
}
</style>