Shades of Shamrock #2FD683
Tints of Shamrock #2FD683
RGB
CMYK
RGB Variations
Color information
#2FD683 (or 0x2FD683) is known color: Shamrock. HEX triplet: 2F, D6 and 83. RGB value is (47,214,131). Sum of RGB (Red+Green+Blue) = 47+214+131=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD683 is #D0297C. Grayscale: #9A9A9A. Windows color (decimal): -13642109 or 8640047. OLE color: 8640047.
HSL color Cylindrical-coordinate representation of color #2FD683: hue angle of 150.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD683 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 131 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.16 |
| HSL | 150.18º | 0.67% | 0.51% | - |
| HSV(B) | 150.18º | 0.78% | 0.84% | - |
| XYZ | 29.32 | 50.34 | 29.64 | - |
| YUV | 154.61 | 114.67 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 131 | 0.78 | 0 | 0.39 | 0.16 | 150.18 | 0.67 | 0.51 |
| Hex | 2F | D6 | 83 | 4E | 0 | 27 | 10 | 96 | 43 | 33 |
| Octal | 57 | 326 | 203 | 116 | 0 | 47 | 20 | 226 | 103 | 63 |
| Binary | 101111 | 11010110 | 10000011 | 1001110 | 0 | 100111 | 10000 | 10010110 | 1000011 | 110011 |
Color Harmonies of #2FD683
Complementary color
Monochromatic Colors of #2FD683
Black with #2FD683
Text Example
Text Example
White with #2FD683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD683; }
p { color: rgb(47,214,131); }
H1.HeaderClassName
{
color: #2FD683;
}
.AnyTagClassName
{
color: #2FD683;
}
</style>
background-color css
<style>
a { background-color: #2FD683; }
a { background-color: rgb(47,214,131); }
div.DivClassName
{
background-color: #2FD683;
}
.BgClassName
{
background-color: #2FD683;
}
</style>
border-color css
<style>
span { border-color: #2FD683; }
span { border-color: rgb(47,214,131); }
td.TdClassName
{
border-color: #2FD683;
}
.TagClassName
{
border-color: #2FD683;
}
</style>