#42EB7B

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

Shades of Emerald #42EB7B

Tints of Emerald #42EB7B

Color information

#42EB7B (or 0x42EB7B) is unknown color: approx Emerald. HEX triplet: 42, EB and 7B. RGB value is (66,235,123). Sum of RGB (Red+Green+Blue) = 66+235+123=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EB7B is #BD1484. Grayscale: #ABABAB. Windows color (decimal): -12391557 or 8121154. OLE color: 8121154.

HSL color Cylindrical-coordinate representation of color #42EB7B: hue angle of 140.24º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EB7B is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB66235123-
CMYK0.7200.480.08
HSL140.24º80.86%59.02%-
HSV(B)140.24º71.91%92.16%-
XYZ35.536228.83-
YUV171.7100.5152.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 235 (92.19% from 255) = 55.42%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=15.57%
G=55.42%
B=29.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662351230.7200.480.08140.2480.8659.02
Hex42EB7B4803088c513b
Octal1023531731100601021412173
Binary1000010111010111111011100100001100001000100011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,235,123); }

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

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

 a { background-color: rgb(66,235,123); }

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

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

 span { border-color: rgb(66,235,123); }

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