Shades of Shamrock #3DF399
Tints of Shamrock #3DF399
RGB
CMYK
RGB Variations
Color information
#3DF399 (or 0x3DF399) is known color: Shamrock. HEX triplet: 3D, F3 and 99. RGB value is (61,243,153). Sum of RGB (Red+Green+Blue) = 61+243+153=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF399 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF399 is #C20C66. Grayscale: #B2B2B2. Windows color (decimal): -12717159 or 10089277. OLE color: 10089277.
HSL color Cylindrical-coordinate representation of color #3DF399: hue angle of 150.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF399 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 153 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.05 |
| HSL | 150.33º | 0.88% | 0.6% | - |
| HSV(B) | 150.33º | 0.75% | 0.95% | - |
| XYZ | 39.72 | 67.39 | 41.05 | - |
| YUV | 178.32 | 113.7 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 153 | 0.75 | 0 | 0.37 | 0.05 | 150.33 | 0.88 | 0.6 |
| Hex | 3D | F3 | 99 | 4B | 0 | 25 | 5 | 96 | 58 | 3C |
| Octal | 75 | 363 | 231 | 113 | 0 | 45 | 5 | 226 | 130 | 74 |
| Binary | 111101 | 11110011 | 10011001 | 1001011 | 0 | 100101 | 101 | 10010110 | 1011000 | 111100 |
Color Harmonies of #3DF399
Complementary color
Monochromatic Colors of #3DF399
Black with #3DF399
Text Example
Text Example
White with #3DF399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF399; }
p { color: rgb(61,243,153); }
H1.HeaderClassName
{
color: #3DF399;
}
.AnyTagClassName
{
color: #3DF399;
}
</style>
background-color css
<style>
a { background-color: #3DF399; }
a { background-color: rgb(61,243,153); }
div.DivClassName
{
background-color: #3DF399;
}
.BgClassName
{
background-color: #3DF399;
}
</style>
border-color css
<style>
span { border-color: #3DF399; }
span { border-color: rgb(61,243,153); }
td.TdClassName
{
border-color: #3DF399;
}
.TagClassName
{
border-color: #3DF399;
}
</style>