Shades of Fruit Salad #42B33D
Tints of Fruit Salad #42B33D
RGB
CMYK
RGB Variations
Color information
#42B33D (or 0x42B33D) is known color: Fruit Salad. HEX triplet: 42, B3 and 3D. RGB value is (66,179,61). Sum of RGB (Red+Green+Blue) = 66+179+61=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #42B33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B33D is #BD4CC2. Grayscale: #848484. Windows color (decimal): -12405955 or 4043586. OLE color: 4043586.
HSL color Cylindrical-coordinate representation of color #42B33D: hue angle of 117.46º 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 #42B33D is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 61 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.30 |
| HSL | 117.46º | 0.49% | 0.47% | - |
| HSV(B) | 117.46º | 0.66% | 0.7% | - |
| XYZ | 19.21 | 33.74 | 9.91 | - |
| YUV | 131.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 61 | 0.63 | 0 | 0.66 | 0.30 | 117.46 | 0.49 | 0.47 |
| Hex | 42 | B3 | 3D | 3F | 0 | 42 | 1E | 75 | 31 | 2F |
| Octal | 102 | 263 | 75 | 77 | 0 | 102 | 36 | 165 | 61 | 57 |
| Binary | 1000010 | 10110011 | 111101 | 111111 | 0 | 1000010 | 11110 | 1110101 | 110001 | 101111 |
Color Harmonies of #42B33D
Complementary color
Monochromatic Colors of #42B33D
Black with #42B33D
Text Example
Text Example
White with #42B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B33D; }
p { color: rgb(66,179,61); }
H1.HeaderClassName
{
color: #42B33D;
}
.AnyTagClassName
{
color: #42B33D;
}
</style>
background-color css
<style>
a { background-color: #42B33D; }
a { background-color: rgb(66,179,61); }
div.DivClassName
{
background-color: #42B33D;
}
.BgClassName
{
background-color: #42B33D;
}
</style>
border-color css
<style>
span { border-color: #42B33D; }
span { border-color: rgb(66,179,61); }
td.TdClassName
{
border-color: #42B33D;
}
.TagClassName
{
border-color: #42B33D;
}
</style>