#42F77C

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

Shades of Emerald #42F77C

Tints of Emerald #42F77C

Color information

#42F77C (or 0x42F77C) is unknown color: approx Emerald. HEX triplet: 42, F7 and 7C. RGB value is (66,247,124). Sum of RGB (Red+Green+Blue) = 66+247+124=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #42F77C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F77C is #BD0883. Grayscale: #B3B3B3. Windows color (decimal): -12388484 or 8189762. OLE color: 8189762.

HSL color Cylindrical-coordinate representation of color #42F77C: hue angle of 139.23º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F77C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB66247124-
CMYK0.7300.500.03
HSL139.23º91.88%61.37%-
HSV(B)139.23º73.28%96.86%-
XYZ39.1569.1430.35-
YUV178.8697.0347.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 247 (96.88% from 255) = 56.52%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=15.10%
G=56.52%
B=28.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662471240.7300.500.03139.2391.8861.37
Hex42F77C4903238b5c3d
Octal102367174111062321313475
Binary10000101111011111111001001001011001011100010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,247,124); }

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

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

 a { background-color: rgb(66,247,124); }

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

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

 span { border-color: rgb(66,247,124); }

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