Shades of Fruit Salad #45CA55
Tints of Fruit Salad #45CA55
RGB
CMYK
RGB Variations
Color information
#45CA55 (or 0x45CA55) is known color: Fruit Salad. HEX triplet: 45, CA and 55. RGB value is (69,202,85). Sum of RGB (Red+Green+Blue) = 69+202+85=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA55 is #BA35AA. Grayscale: #959595. Windows color (decimal): -12203435 or 5622341. OLE color: 5622341.
HSL color Cylindrical-coordinate representation of color #45CA55: hue angle of 127.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA55 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 85 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.21 |
| HSL | 127.22º | 0.56% | 0.53% | - |
| HSV(B) | 127.22º | 0.66% | 0.79% | - |
| XYZ | 25.21 | 44.16 | 15.79 | - |
| YUV | 148.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 85 | 0.66 | 0 | 0.58 | 0.21 | 127.22 | 0.56 | 0.53 |
| Hex | 45 | CA | 55 | 42 | 0 | 3A | 15 | 7F | 38 | 35 |
| Octal | 105 | 312 | 125 | 102 | 0 | 72 | 25 | 177 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1010101 | 1000010 | 0 | 111010 | 10101 | 1111111 | 111000 | 110101 |
Color Harmonies of #45CA55
Complementary color
Monochromatic Colors of #45CA55
Black with #45CA55
Text Example
Text Example
White with #45CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA55; }
p { color: rgb(69,202,85); }
H1.HeaderClassName
{
color: #45CA55;
}
.AnyTagClassName
{
color: #45CA55;
}
</style>
background-color css
<style>
a { background-color: #45CA55; }
a { background-color: rgb(69,202,85); }
div.DivClassName
{
background-color: #45CA55;
}
.BgClassName
{
background-color: #45CA55;
}
</style>
border-color css
<style>
span { border-color: #45CA55; }
span { border-color: rgb(69,202,85); }
td.TdClassName
{
border-color: #45CA55;
}
.TagClassName
{
border-color: #45CA55;
}
</style>