Shades of Shamrock #3FCF90
Tints of Shamrock #3FCF90
RGB
CMYK
RGB Variations
Color information
#3FCF90 (or 0x3FCF90) is known color: Shamrock. HEX triplet: 3F, CF and 90. RGB value is (63,207,144). Sum of RGB (Red+Green+Blue) = 63+207+144=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF90 is #C0306F. Grayscale: #9C9C9C. Windows color (decimal): -12595312 or 9490239. OLE color: 9490239.
HSL color Cylindrical-coordinate representation of color #3FCF90: hue angle of 153.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF90 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 144 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.19 |
| HSL | 153.75º | 0.6% | 0.53% | - |
| HSV(B) | 153.75º | 0.7% | 0.81% | - |
| XYZ | 29.4 | 47.7 | 34.04 | - |
| YUV | 156.76 | 120.79 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 144 | 0.70 | 0 | 0.30 | 0.19 | 153.75 | 0.6 | 0.53 |
| Hex | 3F | CF | 90 | 46 | 0 | 1E | 13 | 9A | 3C | 35 |
| Octal | 77 | 317 | 220 | 106 | 0 | 36 | 23 | 232 | 74 | 65 |
| Binary | 111111 | 11001111 | 10010000 | 1000110 | 0 | 11110 | 10011 | 10011010 | 111100 | 110101 |
Color Harmonies of #3FCF90
Complementary color
Monochromatic Colors of #3FCF90
Black with #3FCF90
Text Example
Text Example
White with #3FCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF90; }
p { color: rgb(63,207,144); }
H1.HeaderClassName
{
color: #3FCF90;
}
.AnyTagClassName
{
color: #3FCF90;
}
</style>
background-color css
<style>
a { background-color: #3FCF90; }
a { background-color: rgb(63,207,144); }
div.DivClassName
{
background-color: #3FCF90;
}
.BgClassName
{
background-color: #3FCF90;
}
</style>
border-color css
<style>
span { border-color: #3FCF90; }
span { border-color: rgb(63,207,144); }
td.TdClassName
{
border-color: #3FCF90;
}
.TagClassName
{
border-color: #3FCF90;
}
</style>