Html Css Color HEX #42E57A Emerald

📋 copy color: '#42E57A'

red 66 ◦ green 229 ◦ blue 122

#42E57A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #42E57A

Tints of Emerald #42E57A

RGB

 RED value IS 66 (26.17% from 255) = 15.83%

 GREEN value IS 229 (89.84% from 255) = 54.92%

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 15.83%
G = 54.92%
B = 29.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#42E57A (or 0x42E57A) is known color: Emerald. HEX triplet: 42, E5 and 7A. RGB value is (66,229,122). Sum of RGB (Red+Green+Blue) = 66+229+122=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #42E57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E57A is #BD1A85. Grayscale: #A8A8A8. Windows color (decimal): -12393094 or 8054082. OLE color: 8054082.

HSL color Cylindrical-coordinate representation of color #42E57A: hue angle of 140.61º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E57A is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 122 -
CMYK 0.71 0 0.47 0.10
HSL 140.61º 0.76% 0.58% -
HSV(B) 140.61º 0.71% 0.9% -
XYZ 33.78 58.6 27.94 -
YUV 168.07 102 55.2 -
System Red Green Blue C M Y K H S L
Decimal 66 229 122 0.71 0 0.47 0.10 140.61 0.76 0.58
Hex 42 E5 7A 47 0 2F A 8D 4C 3A
Octal 102 345 172 107 0 57 12 215 114 72
Binary 1000010 11100101 1111010 1000111 0 101111 1010 10001101 1001100 111010

Color Harmonies of #42E57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E57A

Black with #42E57A

Text Example


Text Example

White with #42E57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,229,122); }

 H1.HeaderClassName
 {
   color: #42E57A;
 }
 .AnyTagClassName
 {
   color: #42E57A;
 }
</style>

background-color css

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

 a { background-color: rgb(66,229,122); }

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

border-color css

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

 span { border-color: rgb(66,229,122); }

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