#42E98D

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

Shades of Shamrock #42E98D

Tints of Shamrock #42E98D

Color information

#42E98D (or 0x42E98D) is unknown color: approx Shamrock. HEX triplet: 42, E9 and 8D. RGB value is (66,233,141). Sum of RGB (Red+Green+Blue) = 66+233+141=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #42E98D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E98D is #BD1672. Grayscale: #ACACAC. Windows color (decimal): -12392051 or 9300290. OLE color: 9300290.

HSL color Cylindrical-coordinate representation of color #42E98D: hue angle of 146.95º 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 #42E98D is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB66233141-
CMYK0.7200.390.09
HSL146.95º79.15%58.63%-
HSV(B)146.95º71.67%91.37%-
XYZ36.1961.3635.14-
YUV172.58110.1751.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15%
GREEN value IS 233 (91.41% from 255) = 52.95%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=15%
G=52.95%
B=32.05%

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
Decimal662331410.7200.390.09146.9579.1558.63
Hex42E98D480279934f3b
Octal1023512151100471122311773
Binary10000101110100110001101100100001001111001100100111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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