Shades of Fruit Salad #45C34C
Tints of Fruit Salad #45C34C
RGB
CMYK
RGB Variations
Color information
#45C34C (or 0x45C34C) is known color: Fruit Salad. HEX triplet: 45, C3 and 4C. RGB value is (69,195,76). Sum of RGB (Red+Green+Blue) = 69+195+76=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #45C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C34C is #BA3CB3. Grayscale: #909090. Windows color (decimal): -12205236 or 5030725. OLE color: 5030725.
HSL color Cylindrical-coordinate representation of color #45C34C: hue angle of 123.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C34C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 76 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.24 |
| HSL | 123.33º | 0.51% | 0.52% | - |
| HSV(B) | 123.33º | 0.65% | 0.76% | - |
| XYZ | 23.27 | 40.82 | 13.49 | - |
| YUV | 143.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 76 | 0.65 | 0 | 0.61 | 0.24 | 123.33 | 0.51 | 0.52 |
| Hex | 45 | C3 | 4C | 41 | 0 | 3D | 18 | 7B | 33 | 34 |
| Octal | 105 | 303 | 114 | 101 | 0 | 75 | 30 | 173 | 63 | 64 |
| Binary | 1000101 | 11000011 | 1001100 | 1000001 | 0 | 111101 | 11000 | 1111011 | 110011 | 110100 |
Color Harmonies of #45C34C
Complementary color
Monochromatic Colors of #45C34C
Black with #45C34C
Text Example
Text Example
White with #45C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C34C; }
p { color: rgb(69,195,76); }
H1.HeaderClassName
{
color: #45C34C;
}
.AnyTagClassName
{
color: #45C34C;
}
</style>
background-color css
<style>
a { background-color: #45C34C; }
a { background-color: rgb(69,195,76); }
div.DivClassName
{
background-color: #45C34C;
}
.BgClassName
{
background-color: #45C34C;
}
</style>
border-color css
<style>
span { border-color: #45C34C; }
span { border-color: rgb(69,195,76); }
td.TdClassName
{
border-color: #45C34C;
}
.TagClassName
{
border-color: #45C34C;
}
</style>