Shades of Emerald #42D65B
Tints of Emerald #42D65B
RGB
CMYK
RGB Variations
Color information
#42D65B (or 0x42D65B) is known color: Emerald. HEX triplet: 42, D6 and 5B. RGB value is (66,214,91). Sum of RGB (Red+Green+Blue) = 66+214+91=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #42D65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D65B is #BD29A4. Grayscale: #9C9C9C. Windows color (decimal): -12396965 or 6018626. OLE color: 6018626.
HSL color Cylindrical-coordinate representation of color #42D65B: hue angle of 130.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D65B is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 91 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.16 |
| HSL | 130.14º | 0.64% | 0.55% | - |
| HSV(B) | 130.14º | 0.69% | 0.84% | - |
| XYZ | 28.18 | 50.01 | 18.06 | - |
| YUV | 155.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 91 | 0.69 | 0 | 0.57 | 0.16 | 130.14 | 0.64 | 0.55 |
| Hex | 42 | D6 | 5B | 45 | 0 | 39 | 10 | 82 | 40 | 37 |
| Octal | 102 | 326 | 133 | 105 | 0 | 71 | 20 | 202 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1011011 | 1000101 | 0 | 111001 | 10000 | 10000010 | 1000000 | 110111 |
Color Harmonies of #42D65B
Complementary color
Monochromatic Colors of #42D65B
Black with #42D65B
Text Example
Text Example
White with #42D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D65B; }
p { color: rgb(66,214,91); }
H1.HeaderClassName
{
color: #42D65B;
}
.AnyTagClassName
{
color: #42D65B;
}
</style>
background-color css
<style>
a { background-color: #42D65B; }
a { background-color: rgb(66,214,91); }
div.DivClassName
{
background-color: #42D65B;
}
.BgClassName
{
background-color: #42D65B;
}
</style>
border-color css
<style>
span { border-color: #42D65B; }
span { border-color: rgb(66,214,91); }
td.TdClassName
{
border-color: #42D65B;
}
.TagClassName
{
border-color: #42D65B;
}
</style>