Shades of Emerald #42C269
Tints of Emerald #42C269
RGB
CMYK
RGB Variations
Color information
#42C269 (or 0x42C269) is known color: Emerald. HEX triplet: 42, C2 and 69. RGB value is (66,194,105). Sum of RGB (Red+Green+Blue) = 66+194+105=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #42C269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C269 is #BD3D96. Grayscale: #919191. Windows color (decimal): -12402071 or 6931010. OLE color: 6931010.
HSL color Cylindrical-coordinate representation of color #42C269: hue angle of 138.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C269 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 105 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.24 |
| HSL | 138.28º | 0.51% | 0.51% | - |
| HSV(B) | 138.28º | 0.66% | 0.76% | - |
| XYZ | 24.09 | 40.76 | 19.96 | - |
| YUV | 145.58 | 105.09 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 105 | 0.66 | 0 | 0.46 | 0.24 | 138.28 | 0.51 | 0.51 |
| Hex | 42 | C2 | 69 | 42 | 0 | 2E | 18 | 8A | 33 | 33 |
| Octal | 102 | 302 | 151 | 102 | 0 | 56 | 30 | 212 | 63 | 63 |
| Binary | 1000010 | 11000010 | 1101001 | 1000010 | 0 | 101110 | 11000 | 10001010 | 110011 | 110011 |
Color Harmonies of #42C269
Complementary color
Monochromatic Colors of #42C269
Black with #42C269
Text Example
Text Example
White with #42C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C269; }
p { color: rgb(66,194,105); }
H1.HeaderClassName
{
color: #42C269;
}
.AnyTagClassName
{
color: #42C269;
}
</style>
background-color css
<style>
a { background-color: #42C269; }
a { background-color: rgb(66,194,105); }
div.DivClassName
{
background-color: #42C269;
}
.BgClassName
{
background-color: #42C269;
}
</style>
border-color css
<style>
span { border-color: #42C269; }
span { border-color: rgb(66,194,105); }
td.TdClassName
{
border-color: #42C269;
}
.TagClassName
{
border-color: #42C269;
}
</style>