Shades of Shamrock #3DCF99
Tints of Shamrock #3DCF99
RGB
CMYK
RGB Variations
Color information
#3DCF99 (or 0x3DCF99) is known color: Shamrock. HEX triplet: 3D, CF and 99. RGB value is (61,207,153). Sum of RGB (Red+Green+Blue) = 61+207+153=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCF99 is #C23066. Grayscale: #9D9D9D. Windows color (decimal): -12726375 or 10080061. OLE color: 10080061.
HSL color Cylindrical-coordinate representation of color #3DCF99: hue angle of 157.81º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF99 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 153 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.19 |
| HSL | 157.81º | 0.6% | 0.53% | - |
| HSV(B) | 157.81º | 0.71% | 0.81% | - |
| XYZ | 29.99 | 47.92 | 37.81 | - |
| YUV | 157.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 153 | 0.71 | 0 | 0.26 | 0.19 | 157.81 | 0.6 | 0.53 |
| Hex | 3D | CF | 99 | 47 | 0 | 1A | 13 | 9E | 3C | 35 |
| Octal | 75 | 317 | 231 | 107 | 0 | 32 | 23 | 236 | 74 | 65 |
| Binary | 111101 | 11001111 | 10011001 | 1000111 | 0 | 11010 | 10011 | 10011110 | 111100 | 110101 |
Color Harmonies of #3DCF99
Complementary color
Monochromatic Colors of #3DCF99
Black with #3DCF99
Text Example
Text Example
White with #3DCF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF99; }
p { color: rgb(61,207,153); }
H1.HeaderClassName
{
color: #3DCF99;
}
.AnyTagClassName
{
color: #3DCF99;
}
</style>
background-color css
<style>
a { background-color: #3DCF99; }
a { background-color: rgb(61,207,153); }
div.DivClassName
{
background-color: #3DCF99;
}
.BgClassName
{
background-color: #3DCF99;
}
</style>
border-color css
<style>
span { border-color: #3DCF99; }
span { border-color: rgb(61,207,153); }
td.TdClassName
{
border-color: #3DCF99;
}
.TagClassName
{
border-color: #3DCF99;
}
</style>