Shades of Shamrock #27D68B
Tints of Shamrock #27D68B
RGB
CMYK
RGB Variations
Color information
#27D68B (or 0x27D68B) is known color: Shamrock. HEX triplet: 27, D6 and 8B. RGB value is (39,214,139). Sum of RGB (Red+Green+Blue) = 39+214+139=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #27D68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D68B is #D82974. Grayscale: #999999. Windows color (decimal): -14166389 or 9164327. OLE color: 9164327.
HSL color Cylindrical-coordinate representation of color #27D68B: hue angle of 154.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D68B is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 139 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.16 |
| HSL | 154.29º | 0.69% | 0.5% | - |
| HSV(B) | 154.29º | 0.82% | 0.84% | - |
| XYZ | 29.54 | 50.39 | 32.59 | - |
| YUV | 153.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 139 | 0.82 | 0 | 0.35 | 0.16 | 154.29 | 0.69 | 0.5 |
| Hex | 27 | D6 | 8B | 52 | 0 | 23 | 10 | 9A | 45 | 32 |
| Octal | 47 | 326 | 213 | 122 | 0 | 43 | 20 | 232 | 105 | 62 |
| Binary | 100111 | 11010110 | 10001011 | 1010010 | 0 | 100011 | 10000 | 10011010 | 1000101 | 110010 |
Color Harmonies of #27D68B
Complementary color
Monochromatic Colors of #27D68B
Black with #27D68B
Text Example
Text Example
White with #27D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D68B; }
p { color: rgb(39,214,139); }
H1.HeaderClassName
{
color: #27D68B;
}
.AnyTagClassName
{
color: #27D68B;
}
</style>
background-color css
<style>
a { background-color: #27D68B; }
a { background-color: rgb(39,214,139); }
div.DivClassName
{
background-color: #27D68B;
}
.BgClassName
{
background-color: #27D68B;
}
</style>
border-color css
<style>
span { border-color: #27D68B; }
span { border-color: rgb(39,214,139); }
td.TdClassName
{
border-color: #27D68B;
}
.TagClassName
{
border-color: #27D68B;
}
</style>