Shades of Shamrock #2FCF83
Tints of Shamrock #2FCF83
RGB
CMYK
RGB Variations
Color information
#2FCF83 (or 0x2FCF83) is known color: Shamrock. HEX triplet: 2F, CF and 83. RGB value is (47,207,131). Sum of RGB (Red+Green+Blue) = 47+207+131=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCF83 is #D0307C. Grayscale: #969696. Windows color (decimal): -13643901 or 8638255. OLE color: 8638255.
HSL color Cylindrical-coordinate representation of color #2FCF83: hue angle of 151.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF83 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 131 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.19 |
| HSL | 151.5º | 0.63% | 0.5% | - |
| HSV(B) | 151.5º | 0.77% | 0.81% | - |
| XYZ | 27.58 | 46.87 | 29.07 | - |
| YUV | 150.5 | 116.99 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 131 | 0.77 | 0 | 0.37 | 0.19 | 151.5 | 0.63 | 0.5 |
| Hex | 2F | CF | 83 | 4D | 0 | 25 | 13 | 98 | 3F | 32 |
| Octal | 57 | 317 | 203 | 115 | 0 | 45 | 23 | 230 | 77 | 62 |
| Binary | 101111 | 11001111 | 10000011 | 1001101 | 0 | 100101 | 10011 | 10011000 | 111111 | 110010 |
Color Harmonies of #2FCF83
Complementary color
Monochromatic Colors of #2FCF83
Black with #2FCF83
Text Example
Text Example
White with #2FCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF83; }
p { color: rgb(47,207,131); }
H1.HeaderClassName
{
color: #2FCF83;
}
.AnyTagClassName
{
color: #2FCF83;
}
</style>
background-color css
<style>
a { background-color: #2FCF83; }
a { background-color: rgb(47,207,131); }
div.DivClassName
{
background-color: #2FCF83;
}
.BgClassName
{
background-color: #2FCF83;
}
</style>
border-color css
<style>
span { border-color: #2FCF83; }
span { border-color: rgb(47,207,131); }
td.TdClassName
{
border-color: #2FCF83;
}
.TagClassName
{
border-color: #2FCF83;
}
</style>