Shades of Gossamer #42AB85
Tints of Gossamer #42AB85
RGB
CMYK
RGB Variations
Color information
#42AB85 (or 0x42AB85) is known color: Gossamer. HEX triplet: 42, AB and 85. RGB value is (66,171,133). Sum of RGB (Red+Green+Blue) = 66+171+133=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB85 is #BD547A. Grayscale: #878787. Windows color (decimal): -12407931 or 8760130. OLE color: 8760130.
HSL color Cylindrical-coordinate representation of color #42AB85: hue angle of 158.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB85 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 133 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.33 |
| HSL | 158.29º | 0.44% | 0.46% | - |
| HSV(B) | 158.29º | 0.61% | 0.67% | - |
| XYZ | 21.04 | 31.98 | 27.25 | - |
| YUV | 135.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 133 | 0.61 | 0 | 0.22 | 0.33 | 158.29 | 0.44 | 0.46 |
| Hex | 42 | AB | 85 | 3D | 0 | 16 | 21 | 9E | 2C | 2E |
| Octal | 102 | 253 | 205 | 75 | 0 | 26 | 41 | 236 | 54 | 56 |
| Binary | 1000010 | 10101011 | 10000101 | 111101 | 0 | 10110 | 100001 | 10011110 | 101100 | 101110 |
Color Harmonies of #42AB85
Complementary color
Monochromatic Colors of #42AB85
Black with #42AB85
Text Example
Text Example
White with #42AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB85; }
p { color: rgb(66,171,133); }
H1.HeaderClassName
{
color: #42AB85;
}
.AnyTagClassName
{
color: #42AB85;
}
</style>
background-color css
<style>
a { background-color: #42AB85; }
a { background-color: rgb(66,171,133); }
div.DivClassName
{
background-color: #42AB85;
}
.BgClassName
{
background-color: #42AB85;
}
</style>
border-color css
<style>
span { border-color: #42AB85; }
span { border-color: rgb(66,171,133); }
td.TdClassName
{
border-color: #42AB85;
}
.TagClassName
{
border-color: #42AB85;
}
</style>