Shades of Fruit Salad #45AB3C
Tints of Fruit Salad #45AB3C
RGB
CMYK
RGB Variations
Color information
#45AB3C (or 0x45AB3C) is known color: Fruit Salad. HEX triplet: 45, AB and 3C. RGB value is (69,171,60). Sum of RGB (Red+Green+Blue) = 69+171+60=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB3C is #BA54C3. Grayscale: #808080. Windows color (decimal): -12211396 or 3976005. OLE color: 3976005.
HSL color Cylindrical-coordinate representation of color #45AB3C: hue angle of 115.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45AB3C is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 60 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.33 |
| HSL | 115.14º | 0.48% | 0.45% | - |
| HSV(B) | 115.14º | 0.65% | 0.67% | - |
| XYZ | 17.83 | 30.72 | 9.26 | - |
| YUV | 127.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 60 | 0.60 | 0 | 0.65 | 0.33 | 115.14 | 0.48 | 0.45 |
| Hex | 45 | AB | 3C | 3C | 0 | 41 | 21 | 73 | 30 | 2D |
| Octal | 105 | 253 | 74 | 74 | 0 | 101 | 41 | 163 | 60 | 55 |
| Binary | 1000101 | 10101011 | 111100 | 111100 | 0 | 1000001 | 100001 | 1110011 | 110000 | 101101 |
Color Harmonies of #45AB3C
Complementary color
Monochromatic Colors of #45AB3C
Black with #45AB3C
Text Example
Text Example
White with #45AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB3C; }
p { color: rgb(69,171,60); }
H1.HeaderClassName
{
color: #45AB3C;
}
.AnyTagClassName
{
color: #45AB3C;
}
</style>
background-color css
<style>
a { background-color: #45AB3C; }
a { background-color: rgb(69,171,60); }
div.DivClassName
{
background-color: #45AB3C;
}
.BgClassName
{
background-color: #45AB3C;
}
</style>
border-color css
<style>
span { border-color: #45AB3C; }
span { border-color: rgb(69,171,60); }
td.TdClassName
{
border-color: #45AB3C;
}
.TagClassName
{
border-color: #45AB3C;
}
</style>