Html Css Color HEX #42D57E Emerald

📋 copy color: '#42D57E'

red 66 ◦ green 213 ◦ blue 126

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

Shades of Emerald #42D57E

Tints of Emerald #42D57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 16.3%
G = 52.59%
B = 31.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#42D57E (or 0x42D57E) is known color: Emerald. HEX triplet: 42, D5 and 7E. RGB value is (66,213,126). Sum of RGB (Red+Green+Blue) = 66+213+126=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #42D57E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D57E is #BD2A81. Grayscale: #9F9F9F. Windows color (decimal): -12397186 or 8312130. OLE color: 8312130.

HSL color Cylindrical-coordinate representation of color #42D57E: hue angle of 144.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D57E is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 126 -
CMYK 0.69 0 0.41 0.16
HSL 144.49º 0.64% 0.55% -
HSV(B) 144.49º 0.69% 0.84% -
XYZ 29.81 50.25 27.87 -
YUV 159.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 66 213 126 0.69 0 0.41 0.16 144.49 0.64 0.55
Hex 42 D5 7E 45 0 29 10 90 40 37
Octal 102 325 176 105 0 51 20 220 100 67
Binary 1000010 11010101 1111110 1000101 0 101001 10000 10010000 1000000 110111

Color Harmonies of #42D57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D57E

Black with #42D57E

Text Example


Text Example

White with #42D57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,126); }

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

background-color css

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

 a { background-color: rgb(66,213,126); }

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

border-color css

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

 span { border-color: rgb(66,213,126); }

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