Shades of Fruit Salad #45C04C
Tints of Fruit Salad #45C04C
RGB
CMYK
RGB Variations
Color information
#45C04C (or 0x45C04C) is known color: Fruit Salad. HEX triplet: 45, C0 and 4C. RGB value is (69,192,76). Sum of RGB (Red+Green+Blue) = 69+192+76=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #45C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C04C is #BA3FB3. Grayscale: #8E8E8E. Windows color (decimal): -12206004 or 5029957. OLE color: 5029957.
HSL color Cylindrical-coordinate representation of color #45C04C: hue angle of 123.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C04C is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 76 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.25 |
| HSL | 123.41º | 0.49% | 0.51% | - |
| HSV(B) | 123.41º | 0.64% | 0.75% | - |
| XYZ | 22.61 | 39.49 | 13.27 | - |
| YUV | 142 | 90.75 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 76 | 0.64 | 0 | 0.60 | 0.25 | 123.41 | 0.49 | 0.51 |
| Hex | 45 | C0 | 4C | 40 | 0 | 3C | 19 | 7B | 31 | 33 |
| Octal | 105 | 300 | 114 | 100 | 0 | 74 | 31 | 173 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1001100 | 1000000 | 0 | 111100 | 11001 | 1111011 | 110001 | 110011 |
Color Harmonies of #45C04C
Complementary color
Monochromatic Colors of #45C04C
Black with #45C04C
Text Example
Text Example
White with #45C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C04C; }
p { color: rgb(69,192,76); }
H1.HeaderClassName
{
color: #45C04C;
}
.AnyTagClassName
{
color: #45C04C;
}
</style>
background-color css
<style>
a { background-color: #45C04C; }
a { background-color: rgb(69,192,76); }
div.DivClassName
{
background-color: #45C04C;
}
.BgClassName
{
background-color: #45C04C;
}
</style>
border-color css
<style>
span { border-color: #45C04C; }
span { border-color: rgb(69,192,76); }
td.TdClassName
{
border-color: #45C04C;
}
.TagClassName
{
border-color: #45C04C;
}
</style>