Shades of Shamrock #1FD68B
Tints of Shamrock #1FD68B
RGB
CMYK
RGB Variations
Color information
#1FD68B (or 0x1FD68B) is known color: Shamrock. HEX triplet: 1F, D6 and 8B. RGB value is (31,214,139). Sum of RGB (Red+Green+Blue) = 31+214+139=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD68B is #E02974. Grayscale: #969696. Windows color (decimal): -14690677 or 9164319. OLE color: 9164319.
HSL color Cylindrical-coordinate representation of color #1FD68B: hue angle of 155.41º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD68B is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 139 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.16 |
| HSL | 155.41º | 0.75% | 0.48% | - |
| HSV(B) | 155.41º | 0.86% | 0.84% | - |
| XYZ | 29.27 | 50.25 | 32.58 | - |
| YUV | 150.73 | 121.37 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 139 | 0.86 | 0 | 0.35 | 0.16 | 155.41 | 0.75 | 0.48 |
| Hex | 1F | D6 | 8B | 56 | 0 | 23 | 10 | 9B | 4B | 30 |
| Octal | 37 | 326 | 213 | 126 | 0 | 43 | 20 | 233 | 113 | 60 |
| Binary | 11111 | 11010110 | 10001011 | 1010110 | 0 | 100011 | 10000 | 10011011 | 1001011 | 110000 |
Color Harmonies of #1FD68B
Complementary color
Monochromatic Colors of #1FD68B
Black with #1FD68B
Text Example
Text Example
White with #1FD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD68B; }
p { color: rgb(31,214,139); }
H1.HeaderClassName
{
color: #1FD68B;
}
.AnyTagClassName
{
color: #1FD68B;
}
</style>
background-color css
<style>
a { background-color: #1FD68B; }
a { background-color: rgb(31,214,139); }
div.DivClassName
{
background-color: #1FD68B;
}
.BgClassName
{
background-color: #1FD68B;
}
</style>
border-color css
<style>
span { border-color: #1FD68B; }
span { border-color: rgb(31,214,139); }
td.TdClassName
{
border-color: #1FD68B;
}
.TagClassName
{
border-color: #1FD68B;
}
</style>