Shades of Shamrock #42FF93
Tints of Shamrock #42FF93
RGB
CMYK
RGB Variations
Color information
#42FF93 (or 0x42FF93) is known color: Shamrock. HEX triplet: 42, FF and 93. RGB value is (66,255,147). Sum of RGB (Red+Green+Blue) = 66+255+147=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF93 is #BD006C. Grayscale: #BABABA. Windows color (decimal): -12386413 or 9699138. OLE color: 9699138.
HSL color Cylindrical-coordinate representation of color #42FF93: hue angle of 145.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF93 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 147 | - |
| CMYK | 0.74 | 0 | 0.42 | 0 |
| HSL | 145.71º | 1% | 0.63% | - |
| HSV(B) | 145.71º | 0.74% | 1% | - |
| XYZ | 43.27 | 74.78 | 39.76 | - |
| YUV | 186.18 | 105.88 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 147 | 0.74 | 0 | 0.42 | 0 | 145.71 | 1 | 0.63 |
| Hex | 42 | FF | 93 | 4A | 0 | 2A | 0 | 92 | 64 | 3F |
| Octal | 102 | 377 | 223 | 112 | 0 | 52 | 0 | 222 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10010011 | 1001010 | 0 | 101010 | 0 | 10010010 | 1100100 | 111111 |
Color Harmonies of #42FF93
Complementary color
Monochromatic Colors of #42FF93
Black with #42FF93
Text Example
Text Example
White with #42FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF93; }
p { color: rgb(66,255,147); }
H1.HeaderClassName
{
color: #42FF93;
}
.AnyTagClassName
{
color: #42FF93;
}
</style>
background-color css
<style>
a { background-color: #42FF93; }
a { background-color: rgb(66,255,147); }
div.DivClassName
{
background-color: #42FF93;
}
.BgClassName
{
background-color: #42FF93;
}
</style>
border-color css
<style>
span { border-color: #42FF93; }
span { border-color: rgb(66,255,147); }
td.TdClassName
{
border-color: #42FF93;
}
.TagClassName
{
border-color: #42FF93;
}
</style>