Shades of Shamrock #3AFC85
Tints of Shamrock #3AFC85
RGB
CMYK
RGB Variations
Color information
#3AFC85 (or 0x3AFC85) is known color: Shamrock. HEX triplet: 3A, FC and 85. RGB value is (58,252,133). Sum of RGB (Red+Green+Blue) = 58+252+133=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC85 is #C5037A. Grayscale: #B4B4B4. Windows color (decimal): -12911483 or 8780858. OLE color: 8780858.
HSL color Cylindrical-coordinate representation of color #3AFC85: hue angle of 143.2º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC85 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 133 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.01 |
| HSL | 143.2º | 0.97% | 0.61% | - |
| HSV(B) | 143.2º | 0.77% | 0.99% | - |
| XYZ | 40.79 | 72.21 | 33.98 | - |
| YUV | 180.43 | 101.23 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 133 | 0.77 | 0 | 0.47 | 0.01 | 143.2 | 0.97 | 0.61 |
| Hex | 3A | FC | 85 | 4D | 0 | 2F | 1 | 8F | 61 | 3D |
| Octal | 72 | 374 | 205 | 115 | 0 | 57 | 1 | 217 | 141 | 75 |
| Binary | 111010 | 11111100 | 10000101 | 1001101 | 0 | 101111 | 1 | 10001111 | 1100001 | 111101 |
Color Harmonies of #3AFC85
Complementary color
Monochromatic Colors of #3AFC85
Black with #3AFC85
Text Example
Text Example
White with #3AFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC85; }
p { color: rgb(58,252,133); }
H1.HeaderClassName
{
color: #3AFC85;
}
.AnyTagClassName
{
color: #3AFC85;
}
</style>
background-color css
<style>
a { background-color: #3AFC85; }
a { background-color: rgb(58,252,133); }
div.DivClassName
{
background-color: #3AFC85;
}
.BgClassName
{
background-color: #3AFC85;
}
</style>
border-color css
<style>
span { border-color: #3AFC85; }
span { border-color: rgb(58,252,133); }
td.TdClassName
{
border-color: #3AFC85;
}
.TagClassName
{
border-color: #3AFC85;
}
</style>