#42ED9D

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

Shades of Shamrock #42ED9D

Tints of Shamrock #42ED9D

Color information

#42ED9D (or 0x42ED9D) is unknown color: approx Shamrock. HEX triplet: 42, ED and 9D. RGB value is (66,237,157). Sum of RGB (Red+Green+Blue) = 66+237+157=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED9D is #BD1262. Grayscale: #B0B0B0. Windows color (decimal): -12391011 or 10349890. OLE color: 10349890.

HSL color Cylindrical-coordinate representation of color #42ED9D: hue angle of 151.93º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ED9D is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB66237157-
CMYK0.7200.340.07
HSL151.93º82.61%59.41%-
HSV(B)151.93º72.15%92.94%-
XYZ38.6264.1642.25-
YUV176.75116.8549-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.35%
GREEN value IS 237 (92.97% from 255) = 51.52%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=14.35%
G=51.52%
B=34.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal662371570.7200.340.07151.9382.6159.41
Hex42ED9D48022798533b
Octal102355235110042723012373
Binary1000010111011011001110110010000100010111100110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ED9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,237,157); }

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

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

 a { background-color: rgb(66,237,157); }

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

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

 span { border-color: rgb(66,237,157); }

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