Shades of Shamrock #2FCD85
Tints of Shamrock #2FCD85
RGB
CMYK
RGB Variations
Color information
#2FCD85 (or 0x2FCD85) is known color: Shamrock. HEX triplet: 2F, CD and 85. RGB value is (47,205,133). Sum of RGB (Red+Green+Blue) = 47+205+133=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCD85 is #D0327A. Grayscale: #959595. Windows color (decimal): -13644411 or 8768815. OLE color: 8768815.
HSL color Cylindrical-coordinate representation of color #2FCD85: hue angle of 152.66º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD85 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 133 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.20 |
| HSL | 152.66º | 0.63% | 0.49% | - |
| HSV(B) | 152.66º | 0.77% | 0.8% | - |
| XYZ | 27.24 | 45.96 | 29.63 | - |
| YUV | 149.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 133 | 0.77 | 0 | 0.35 | 0.20 | 152.66 | 0.63 | 0.49 |
| Hex | 2F | CD | 85 | 4D | 0 | 23 | 14 | 99 | 3F | 31 |
| Octal | 57 | 315 | 205 | 115 | 0 | 43 | 24 | 231 | 77 | 61 |
| Binary | 101111 | 11001101 | 10000101 | 1001101 | 0 | 100011 | 10100 | 10011001 | 111111 | 110001 |
Color Harmonies of #2FCD85
Complementary color
Monochromatic Colors of #2FCD85
Black with #2FCD85
Text Example
Text Example
White with #2FCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD85; }
p { color: rgb(47,205,133); }
H1.HeaderClassName
{
color: #2FCD85;
}
.AnyTagClassName
{
color: #2FCD85;
}
</style>
background-color css
<style>
a { background-color: #2FCD85; }
a { background-color: rgb(47,205,133); }
div.DivClassName
{
background-color: #2FCD85;
}
.BgClassName
{
background-color: #2FCD85;
}
</style>
border-color css
<style>
span { border-color: #2FCD85; }
span { border-color: rgb(47,205,133); }
td.TdClassName
{
border-color: #2FCD85;
}
.TagClassName
{
border-color: #2FCD85;
}
</style>