Shades of Fruit Salad #45AB54
Tints of Fruit Salad #45AB54
RGB
CMYK
RGB Variations
Color information
#45AB54 (or 0x45AB54) is known color: Fruit Salad. HEX triplet: 45, AB and 54. RGB value is (69,171,84). Sum of RGB (Red+Green+Blue) = 69+171+84=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB54 is #BA54AB. Grayscale: #828282. Windows color (decimal): -12211372 or 5548869. OLE color: 5548869.
HSL color Cylindrical-coordinate representation of color #45AB54: hue angle of 128.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB54 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 84 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.33 |
| HSL | 128.82º | 0.43% | 0.47% | - |
| HSV(B) | 128.82º | 0.6% | 0.67% | - |
| XYZ | 18.62 | 31.03 | 13.4 | - |
| YUV | 130.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 84 | 0.60 | 0 | 0.51 | 0.33 | 128.82 | 0.43 | 0.47 |
| Hex | 45 | AB | 54 | 3C | 0 | 33 | 21 | 81 | 2A | 2F |
| Octal | 105 | 253 | 124 | 74 | 0 | 63 | 41 | 201 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1010100 | 111100 | 0 | 110011 | 100001 | 10000001 | 101010 | 101111 |
Color Harmonies of #45AB54
Complementary color
Monochromatic Colors of #45AB54
Black with #45AB54
Text Example
Text Example
White with #45AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB54; }
p { color: rgb(69,171,84); }
H1.HeaderClassName
{
color: #45AB54;
}
.AnyTagClassName
{
color: #45AB54;
}
</style>
background-color css
<style>
a { background-color: #45AB54; }
a { background-color: rgb(69,171,84); }
div.DivClassName
{
background-color: #45AB54;
}
.BgClassName
{
background-color: #45AB54;
}
</style>
border-color css
<style>
span { border-color: #45AB54; }
span { border-color: rgb(69,171,84); }
td.TdClassName
{
border-color: #45AB54;
}
.TagClassName
{
border-color: #45AB54;
}
</style>