Shades of Fruit Salad #45AF3C
Tints of Fruit Salad #45AF3C
RGB
CMYK
RGB Variations
Color information
#45AF3C (or 0x45AF3C) is known color: Fruit Salad. HEX triplet: 45, AF and 3C. RGB value is (69,175,60). Sum of RGB (Red+Green+Blue) = 69+175+60=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AF3C is #BA50C3. Grayscale: #828282. Windows color (decimal): -12210372 or 3977029. OLE color: 3977029.
HSL color Cylindrical-coordinate representation of color #45AF3C: hue angle of 115.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45AF3C is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 60 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.31 |
| HSL | 115.3º | 0.49% | 0.46% | - |
| HSV(B) | 115.3º | 0.66% | 0.69% | - |
| XYZ | 18.6 | 32.25 | 9.52 | - |
| YUV | 130.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 60 | 0.61 | 0 | 0.66 | 0.31 | 115.3 | 0.49 | 0.46 |
| Hex | 45 | AF | 3C | 3D | 0 | 42 | 1F | 73 | 31 | 2E |
| Octal | 105 | 257 | 74 | 75 | 0 | 102 | 37 | 163 | 61 | 56 |
| Binary | 1000101 | 10101111 | 111100 | 111101 | 0 | 1000010 | 11111 | 1110011 | 110001 | 101110 |
Color Harmonies of #45AF3C
Complementary color
Monochromatic Colors of #45AF3C
Black with #45AF3C
Text Example
Text Example
White with #45AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF3C; }
p { color: rgb(69,175,60); }
H1.HeaderClassName
{
color: #45AF3C;
}
.AnyTagClassName
{
color: #45AF3C;
}
</style>
background-color css
<style>
a { background-color: #45AF3C; }
a { background-color: rgb(69,175,60); }
div.DivClassName
{
background-color: #45AF3C;
}
.BgClassName
{
background-color: #45AF3C;
}
</style>
border-color css
<style>
span { border-color: #45AF3C; }
span { border-color: rgb(69,175,60); }
td.TdClassName
{
border-color: #45AF3C;
}
.TagClassName
{
border-color: #45AF3C;
}
</style>