#42CA58

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

Shades of Emerald #42CA58

Tints of Emerald #42CA58

Color information

#42CA58 (or 0x42CA58) is unknown color: approx Emerald. HEX triplet: 42, CA and 58. RGB value is (66,202,88). Sum of RGB (Red+Green+Blue) = 66+202+88=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA58 is #BD35A7. Grayscale: #949494. Windows color (decimal): -12400040 or 5818946. OLE color: 5818946.

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

Color convert

RGB6620288-
CMYK0.6700.560.21
HSL129.71º56.2%52.55%-
HSV(B)129.71º67.33%79.22%-
XYZ25.1344.116.42-
YUV148.3493.9469.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=18.54%
G=56.74%
B=24.72%

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
Decimal66202880.6700.560.21129.7156.252.55
Hex42CA584303815823835
Octal102312130103070252027065
Binary1000010110010101011000100001101110001010110000010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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