Shades of Shamrock #2ADF78
Tints of Shamrock #2ADF78
RGB
CMYK
RGB Variations
Color information
#2ADF78 (or 0x2ADF78) is known color: Shamrock. HEX triplet: 2A, DF and 78. RGB value is (42,223,120). Sum of RGB (Red+Green+Blue) = 42+223+120=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF78 is #D52087. Grayscale: #9D9D9D. Windows color (decimal): -13967496 or 7921450. OLE color: 7921450.
HSL color Cylindrical-coordinate representation of color #2ADF78: hue angle of 145.86º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF78 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 120 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.13 |
| HSL | 145.86º | 0.74% | 0.52% | - |
| HSV(B) | 145.86º | 0.81% | 0.87% | - |
| XYZ | 30.73 | 54.62 | 26.69 | - |
| YUV | 157.14 | 107.03 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 120 | 0.81 | 0 | 0.46 | 0.13 | 145.86 | 0.74 | 0.52 |
| Hex | 2A | DF | 78 | 51 | 0 | 2E | D | 92 | 4A | 34 |
| Octal | 52 | 337 | 170 | 121 | 0 | 56 | 15 | 222 | 112 | 64 |
| Binary | 101010 | 11011111 | 1111000 | 1010001 | 0 | 101110 | 1101 | 10010010 | 1001010 | 110100 |
Color Harmonies of #2ADF78
Complementary color
Monochromatic Colors of #2ADF78
Black with #2ADF78
Text Example
Text Example
White with #2ADF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF78; }
p { color: rgb(42,223,120); }
H1.HeaderClassName
{
color: #2ADF78;
}
.AnyTagClassName
{
color: #2ADF78;
}
</style>
background-color css
<style>
a { background-color: #2ADF78; }
a { background-color: rgb(42,223,120); }
div.DivClassName
{
background-color: #2ADF78;
}
.BgClassName
{
background-color: #2ADF78;
}
</style>
border-color css
<style>
span { border-color: #2ADF78; }
span { border-color: rgb(42,223,120); }
td.TdClassName
{
border-color: #2ADF78;
}
.TagClassName
{
border-color: #2ADF78;
}
</style>