Shades of Shamrock #38F68F
Tints of Shamrock #38F68F
RGB
CMYK
RGB Variations
Color information
#38F68F (or 0x38F68F) is known color: Shamrock. HEX triplet: 38, F6 and 8F. RGB value is (56,246,143). Sum of RGB (Red+Green+Blue) = 56+246+143=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #38F68F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F68F is #C70970. Grayscale: #B1B1B1. Windows color (decimal): -13044081 or 9434680. OLE color: 9434680.
HSL color Cylindrical-coordinate representation of color #38F68F: hue angle of 147.47º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F68F is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 246 | 143 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.04 |
| HSL | 147.47º | 0.91% | 0.59% | - |
| HSV(B) | 147.47º | 0.77% | 0.96% | - |
| XYZ | 39.54 | 68.74 | 37.17 | - |
| YUV | 177.45 | 108.55 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 246 | 143 | 0.77 | 0 | 0.42 | 0.04 | 147.47 | 0.91 | 0.59 |
| Hex | 38 | F6 | 8F | 4D | 0 | 2A | 4 | 93 | 5B | 3B |
| Octal | 70 | 366 | 217 | 115 | 0 | 52 | 4 | 223 | 133 | 73 |
| Binary | 111000 | 11110110 | 10001111 | 1001101 | 0 | 101010 | 100 | 10010011 | 1011011 | 111011 |
Color Harmonies of #38F68F
Complementary color
Monochromatic Colors of #38F68F
Black with #38F68F
Text Example
Text Example
White with #38F68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F68F; }
p { color: rgb(56,246,143); }
H1.HeaderClassName
{
color: #38F68F;
}
.AnyTagClassName
{
color: #38F68F;
}
</style>
background-color css
<style>
a { background-color: #38F68F; }
a { background-color: rgb(56,246,143); }
div.DivClassName
{
background-color: #38F68F;
}
.BgClassName
{
background-color: #38F68F;
}
</style>
border-color css
<style>
span { border-color: #38F68F; }
span { border-color: rgb(56,246,143); }
td.TdClassName
{
border-color: #38F68F;
}
.TagClassName
{
border-color: #38F68F;
}
</style>