Shades of Shamrock #42FA90
Tints of Shamrock #42FA90
RGB
CMYK
RGB Variations
Color information
#42FA90 (or 0x42FA90) is known color: Shamrock. HEX triplet: 42, FA and 90. RGB value is (66,250,144). Sum of RGB (Red+Green+Blue) = 66+250+144=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FA90 is #BD056F. Grayscale: #B7B7B7. Windows color (decimal): -12387696 or 9501250. OLE color: 9501250.
HSL color Cylindrical-coordinate representation of color #42FA90: hue angle of 145.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA90 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 144 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.02 |
| HSL | 145.43º | 0.95% | 0.62% | - |
| HSV(B) | 145.43º | 0.74% | 0.98% | - |
| XYZ | 41.47 | 71.54 | 38.01 | - |
| YUV | 182.9 | 106.04 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 144 | 0.74 | 0 | 0.42 | 0.02 | 145.43 | 0.95 | 0.62 |
| Hex | 42 | FA | 90 | 4A | 0 | 2A | 2 | 91 | 5F | 3E |
| Octal | 102 | 372 | 220 | 112 | 0 | 52 | 2 | 221 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10010000 | 1001010 | 0 | 101010 | 10 | 10010001 | 1011111 | 111110 |
Color Harmonies of #42FA90
Complementary color
Monochromatic Colors of #42FA90
Black with #42FA90
Text Example
Text Example
White with #42FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA90; }
p { color: rgb(66,250,144); }
H1.HeaderClassName
{
color: #42FA90;
}
.AnyTagClassName
{
color: #42FA90;
}
</style>
background-color css
<style>
a { background-color: #42FA90; }
a { background-color: rgb(66,250,144); }
div.DivClassName
{
background-color: #42FA90;
}
.BgClassName
{
background-color: #42FA90;
}
</style>
border-color css
<style>
span { border-color: #42FA90; }
span { border-color: rgb(66,250,144); }
td.TdClassName
{
border-color: #42FA90;
}
.TagClassName
{
border-color: #42FA90;
}
</style>