Shades of Fruit Salad #45B23D
Tints of Fruit Salad #45B23D
RGB
CMYK
RGB Variations
Color information
#45B23D (or 0x45B23D) is known color: Fruit Salad. HEX triplet: 45, B2 and 3D. RGB value is (69,178,61). Sum of RGB (Red+Green+Blue) = 69+178+61=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #45B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45B23D is #BA4DC2. Grayscale: #848484. Windows color (decimal): -12209603 or 4043333. OLE color: 4043333.
HSL color Cylindrical-coordinate representation of color #45B23D: hue angle of 115.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45B23D is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 61 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.30 |
| HSL | 115.9º | 0.49% | 0.47% | - |
| HSV(B) | 115.9º | 0.66% | 0.7% | - |
| XYZ | 19.22 | 33.44 | 9.86 | - |
| YUV | 132.07 | 87.89 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 61 | 0.61 | 0 | 0.66 | 0.30 | 115.9 | 0.49 | 0.47 |
| Hex | 45 | B2 | 3D | 3D | 0 | 42 | 1E | 74 | 31 | 2F |
| Octal | 105 | 262 | 75 | 75 | 0 | 102 | 36 | 164 | 61 | 57 |
| Binary | 1000101 | 10110010 | 111101 | 111101 | 0 | 1000010 | 11110 | 1110100 | 110001 | 101111 |
Color Harmonies of #45B23D
Complementary color
Monochromatic Colors of #45B23D
Black with #45B23D
Text Example
Text Example
White with #45B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B23D; }
p { color: rgb(69,178,61); }
H1.HeaderClassName
{
color: #45B23D;
}
.AnyTagClassName
{
color: #45B23D;
}
</style>
background-color css
<style>
a { background-color: #45B23D; }
a { background-color: rgb(69,178,61); }
div.DivClassName
{
background-color: #45B23D;
}
.BgClassName
{
background-color: #45B23D;
}
</style>
border-color css
<style>
span { border-color: #45B23D; }
span { border-color: rgb(69,178,61); }
td.TdClassName
{
border-color: #45B23D;
}
.TagClassName
{
border-color: #45B23D;
}
</style>