#42C75A

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

Shades of Emerald #42C75A

Tints of Emerald #42C75A

Color information

#42C75A (or 0x42C75A) is unknown color: approx Emerald. HEX triplet: 42, C7 and 5A. RGB value is (66,199,90). Sum of RGB (Red+Green+Blue) = 66+199+90=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #42C75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C75A is #BD38A5. Grayscale: #939393. Windows color (decimal): -12400806 or 5949250. OLE color: 5949250.

HSL color Cylindrical-coordinate representation of color #42C75A: hue angle of 130.83º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C75A is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB6619990-
CMYK0.6700.550.22
HSL130.83º54.29%51.96%-
HSV(B)130.83º66.83%78.04%-
XYZ24.5242.7416.63-
YUV146.8195.9470.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 199 (78.12% from 255) = 56.06%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=18.59%
G=56.06%
B=25.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66199900.6700.550.22130.8354.2951.96
Hex42C75A4303716833634
Octal102307132103067262036664
Binary1000010110001111011010100001101101111011010000011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,199,90); }

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

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

 a { background-color: rgb(66,199,90); }

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

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

 span { border-color: rgb(66,199,90); }

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