#42C97B

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

Shades of Emerald #42C97B

Tints of Emerald #42C97B

Color information

#42C97B (or 0x42C97B) is unknown color: approx Emerald. HEX triplet: 42, C9 and 7B. RGB value is (66,201,123). Sum of RGB (Red+Green+Blue) = 66+201+123=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #42C97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C97B is #BD3684. Grayscale: #979797. Windows color (decimal): -12400261 or 8112450. OLE color: 8112450.

HSL color Cylindrical-coordinate representation of color #42C97B: hue angle of 145.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C97B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB66201123-
CMYK0.6700.390.21
HSL145.33º55.56%52.35%-
HSV(B)145.33º67.16%78.82%-
XYZ26.7144.3625.89-
YUV151.74111.7766.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 201 (78.91% from 255) = 51.54%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=16.92%
G=51.54%
B=31.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662011230.6700.390.21145.3355.5652.35
Hex42C97B4302715913834
Octal102311173103047252217064
Binary1000010110010011111011100001101001111010110010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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