Shades of Fruit Salad #45C252
Tints of Fruit Salad #45C252
RGB
CMYK
RGB Variations
Color information
#45C252 (or 0x45C252) is known color: Fruit Salad. HEX triplet: 45, C2 and 52. RGB value is (69,194,82). Sum of RGB (Red+Green+Blue) = 69+194+82=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #45C252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C252 is #BA3DAD. Grayscale: #909090. Windows color (decimal): -12205486 or 5423685. OLE color: 5423685.
HSL color Cylindrical-coordinate representation of color #45C252: hue angle of 126.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C252 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 82 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.24 |
| HSL | 126.24º | 0.51% | 0.52% | - |
| HSV(B) | 126.24º | 0.64% | 0.76% | - |
| XYZ | 23.27 | 40.46 | 14.57 | - |
| YUV | 143.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 82 | 0.64 | 0 | 0.58 | 0.24 | 126.24 | 0.51 | 0.52 |
| Hex | 45 | C2 | 52 | 40 | 0 | 3A | 18 | 7E | 33 | 34 |
| Octal | 105 | 302 | 122 | 100 | 0 | 72 | 30 | 176 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1010010 | 1000000 | 0 | 111010 | 11000 | 1111110 | 110011 | 110100 |
Color Harmonies of #45C252
Complementary color
Monochromatic Colors of #45C252
Black with #45C252
Text Example
Text Example
White with #45C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C252; }
p { color: rgb(69,194,82); }
H1.HeaderClassName
{
color: #45C252;
}
.AnyTagClassName
{
color: #45C252;
}
</style>
background-color css
<style>
a { background-color: #45C252; }
a { background-color: rgb(69,194,82); }
div.DivClassName
{
background-color: #45C252;
}
.BgClassName
{
background-color: #45C252;
}
</style>
border-color css
<style>
span { border-color: #45C252; }
span { border-color: rgb(69,194,82); }
td.TdClassName
{
border-color: #45C252;
}
.TagClassName
{
border-color: #45C252;
}
</style>