Shades of Shamrock #3FCD92
Tints of Shamrock #3FCD92
RGB
CMYK
RGB Variations
Color information
#3FCD92 (or 0x3FCD92) is known color: Shamrock. HEX triplet: 3F, CD and 92. RGB value is (63,205,146). Sum of RGB (Red+Green+Blue) = 63+205+146=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD92 is #C0326D. Grayscale: #9B9B9B. Windows color (decimal): -12595822 or 9620799. OLE color: 9620799.
HSL color Cylindrical-coordinate representation of color #3FCD92: hue angle of 155.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD92 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 146 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.20 |
| HSL | 155.07º | 0.59% | 0.53% | - |
| HSV(B) | 155.07º | 0.69% | 0.8% | - |
| XYZ | 29.07 | 46.79 | 34.69 | - |
| YUV | 155.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 146 | 0.69 | 0 | 0.29 | 0.20 | 155.07 | 0.59 | 0.53 |
| Hex | 3F | CD | 92 | 45 | 0 | 1D | 14 | 9B | 3B | 35 |
| Octal | 77 | 315 | 222 | 105 | 0 | 35 | 24 | 233 | 73 | 65 |
| Binary | 111111 | 11001101 | 10010010 | 1000101 | 0 | 11101 | 10100 | 10011011 | 111011 | 110101 |
Color Harmonies of #3FCD92
Complementary color
Monochromatic Colors of #3FCD92
Black with #3FCD92
Text Example
Text Example
White with #3FCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD92; }
p { color: rgb(63,205,146); }
H1.HeaderClassName
{
color: #3FCD92;
}
.AnyTagClassName
{
color: #3FCD92;
}
</style>
background-color css
<style>
a { background-color: #3FCD92; }
a { background-color: rgb(63,205,146); }
div.DivClassName
{
background-color: #3FCD92;
}
.BgClassName
{
background-color: #3FCD92;
}
</style>
border-color css
<style>
span { border-color: #3FCD92; }
span { border-color: rgb(63,205,146); }
td.TdClassName
{
border-color: #3FCD92;
}
.TagClassName
{
border-color: #3FCD92;
}
</style>