Shades of Shamrock #42F3A2
Tints of Shamrock #42F3A2
RGB
CMYK
RGB Variations
Color information
#42F3A2 (or 0x42F3A2) is known color: Shamrock. HEX triplet: 42, F3 and A2. RGB value is (66,243,162). Sum of RGB (Red+Green+Blue) = 66+243+162=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F3A2 is #BD0C5D. Grayscale: #B4B4B4. Windows color (decimal): -12389470 or 10679106. OLE color: 10679106.
HSL color Cylindrical-coordinate representation of color #42F3A2: hue angle of 152.54º 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 #42F3A2 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 162 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.05 |
| HSL | 152.54º | 0.88% | 0.61% | - |
| HSV(B) | 152.54º | 0.73% | 0.95% | - |
| XYZ | 40.82 | 67.87 | 45.13 | - |
| YUV | 180.84 | 117.36 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 162 | 0.73 | 0 | 0.33 | 0.05 | 152.54 | 0.88 | 0.61 |
| Hex | 42 | F3 | A2 | 49 | 0 | 21 | 5 | 99 | 58 | 3D |
| Octal | 102 | 363 | 242 | 111 | 0 | 41 | 5 | 231 | 130 | 75 |
| Binary | 1000010 | 11110011 | 10100010 | 1001001 | 0 | 100001 | 101 | 10011001 | 1011000 | 111101 |
Color Harmonies of #42F3A2
Complementary color
Monochromatic Colors of #42F3A2
Black with #42F3A2
Text Example
Text Example
White with #42F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3A2; }
p { color: rgb(66,243,162); }
H1.HeaderClassName
{
color: #42F3A2;
}
.AnyTagClassName
{
color: #42F3A2;
}
</style>
background-color css
<style>
a { background-color: #42F3A2; }
a { background-color: rgb(66,243,162); }
div.DivClassName
{
background-color: #42F3A2;
}
.BgClassName
{
background-color: #42F3A2;
}
</style>
border-color css
<style>
span { border-color: #42F3A2; }
span { border-color: rgb(66,243,162); }
td.TdClassName
{
border-color: #42F3A2;
}
.TagClassName
{
border-color: #42F3A2;
}
</style>