Shades of Fruit Salad #42B13D
Tints of Fruit Salad #42B13D
RGB
CMYK
RGB Variations
Color information
#42B13D (or 0x42B13D) is known color: Fruit Salad. HEX triplet: 42, B1 and 3D. RGB value is (66,177,61). Sum of RGB (Red+Green+Blue) = 66+177+61=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #42B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B13D is #BD4EC2. Grayscale: #828282. Windows color (decimal): -12406467 or 4043074. OLE color: 4043074.
HSL color Cylindrical-coordinate representation of color #42B13D: hue angle of 117.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42B13D is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 61 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.31 |
| HSL | 117.41º | 0.49% | 0.47% | - |
| HSV(B) | 117.41º | 0.66% | 0.69% | - |
| XYZ | 18.81 | 32.94 | 9.78 | - |
| YUV | 130.59 | 88.73 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 61 | 0.63 | 0 | 0.66 | 0.31 | 117.41 | 0.49 | 0.47 |
| Hex | 42 | B1 | 3D | 3F | 0 | 42 | 1F | 75 | 31 | 2F |
| Octal | 102 | 261 | 75 | 77 | 0 | 102 | 37 | 165 | 61 | 57 |
| Binary | 1000010 | 10110001 | 111101 | 111111 | 0 | 1000010 | 11111 | 1110101 | 110001 | 101111 |
Color Harmonies of #42B13D
Complementary color
Monochromatic Colors of #42B13D
Black with #42B13D
Text Example
Text Example
White with #42B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B13D; }
p { color: rgb(66,177,61); }
H1.HeaderClassName
{
color: #42B13D;
}
.AnyTagClassName
{
color: #42B13D;
}
</style>
background-color css
<style>
a { background-color: #42B13D; }
a { background-color: rgb(66,177,61); }
div.DivClassName
{
background-color: #42B13D;
}
.BgClassName
{
background-color: #42B13D;
}
</style>
border-color css
<style>
span { border-color: #42B13D; }
span { border-color: rgb(66,177,61); }
td.TdClassName
{
border-color: #42B13D;
}
.TagClassName
{
border-color: #42B13D;
}
</style>