#42C958

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

Shades of Emerald #42C958

Tints of Emerald #42C958

Color information

#42C958 (or 0x42C958) is unknown color: approx Emerald. HEX triplet: 42, C9 and 58. RGB value is (66,201,88). Sum of RGB (Red+Green+Blue) = 66+201+88=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #42C958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C958 is #BD36A7. Grayscale: #949494. Windows color (decimal): -12400296 or 5818690. OLE color: 5818690.

HSL color Cylindrical-coordinate representation of color #42C958: hue angle of 129.78º 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 #42C958 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB6620188-
CMYK0.6700.560.21
HSL129.78º55.56%52.35%-
HSV(B)129.78º67.16%78.82%-
XYZ24.8943.6416.34-
YUV147.7594.2769.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 201 (78.91% from 255) = 56.62%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=18.59%
G=56.62%
B=24.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66201880.6700.560.21129.7855.5652.35
Hex42C9584303815823834
Octal102311130103070252027064
Binary1000010110010011011000100001101110001010110000010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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