#42E98F

Color #42E98F Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42E98F

Tints of Shamrock #42E98F

Color information

#42E98F (or 0x42E98F) is unknown color: approx Shamrock. HEX triplet: 42, E9 and 8F. RGB value is (66,233,143). Sum of RGB (Red+Green+Blue) = 66+233+143=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #42E98F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E98F is #BD1670. Grayscale: #ADADAD. Windows color (decimal): -12392049 or 9431362. OLE color: 9431362.

HSL color Cylindrical-coordinate representation of color #42E98F: hue angle of 147.66º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E98F is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB66233143-
CMYK0.7200.390.09
HSL147.66º79.15%58.63%-
HSV(B)147.66º71.67%91.37%-
XYZ36.3461.4235.93-
YUV172.81111.1751.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 233 (91.41% from 255) = 52.71%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=14.93%
G=52.71%
B=32.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331430.7200.390.09147.6679.1558.63
Hex42E98F480279944f3b
Octal1023512171100471122411773
Binary10000101110100110001111100100001001111001100101001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42E98F; }

 p { color: rgb(66,233,143); }

 H1.HeaderClassName
 {
   color: #42E98F;
 }
 .AnyTagClassName
 {
   color: #42E98F;
 }
</style>
background-color css

<style>
 a { background-color: #42E98F; }

 a { background-color: rgb(66,233,143); }

 div.DivClassName
 {
   background-color: #42E98F;
 }
 .BgClassName
 {
   background-color: #42E98F;
 }
</style>
border-color css

<style>
 span { border-color: #42E98F; }

 span { border-color: rgb(66,233,143); }

 td.TdClassName
 {
   border-color: #42E98F;
 }
 .TagClassName
 {
   border-color: #42E98F;
 }
</style>