Shades of Shamrock #42F38B
Tints of Shamrock #42F38B
RGB
CMYK
RGB Variations
Color information
#42F38B (or 0x42F38B) is known color: Shamrock. HEX triplet: 42, F3 and 8B. RGB value is (66,243,139). Sum of RGB (Red+Green+Blue) = 66+243+139=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #42F38B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F38B is #BD0C74. Grayscale: #B2B2B2. Windows color (decimal): -12389493 or 9171778. OLE color: 9171778.
HSL color Cylindrical-coordinate representation of color #42F38B: hue angle of 144.75º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F38B is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 139 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.05 |
| HSL | 144.75º | 0.88% | 0.61% | - |
| HSV(B) | 144.75º | 0.73% | 0.95% | - |
| XYZ | 38.96 | 67.12 | 35.33 | - |
| YUV | 178.22 | 105.86 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 139 | 0.73 | 0 | 0.43 | 0.05 | 144.75 | 0.88 | 0.61 |
| Hex | 42 | F3 | 8B | 49 | 0 | 2B | 5 | 91 | 58 | 3D |
| Octal | 102 | 363 | 213 | 111 | 0 | 53 | 5 | 221 | 130 | 75 |
| Binary | 1000010 | 11110011 | 10001011 | 1001001 | 0 | 101011 | 101 | 10010001 | 1011000 | 111101 |
Color Harmonies of #42F38B
Complementary color
Monochromatic Colors of #42F38B
Black with #42F38B
Text Example
Text Example
White with #42F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F38B; }
p { color: rgb(66,243,139); }
H1.HeaderClassName
{
color: #42F38B;
}
.AnyTagClassName
{
color: #42F38B;
}
</style>
background-color css
<style>
a { background-color: #42F38B; }
a { background-color: rgb(66,243,139); }
div.DivClassName
{
background-color: #42F38B;
}
.BgClassName
{
background-color: #42F38B;
}
</style>
border-color css
<style>
span { border-color: #42F38B; }
span { border-color: rgb(66,243,139); }
td.TdClassName
{
border-color: #42F38B;
}
.TagClassName
{
border-color: #42F38B;
}
</style>