Html Css Color HEX #42EB6A Emerald

📋 copy color: '#42EB6A'

red 66 ◦ green 235 ◦ blue 106

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

Shades of Emerald #42EB6A

Tints of Emerald #42EB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.74%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 16.22%
G = 57.74%
B = 26.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#42EB6A (or 0x42EB6A) is known color: Emerald. HEX triplet: 42, EB and 6A. RGB value is (66,235,106). Sum of RGB (Red+Green+Blue) = 66+235+106=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EB6A is #BD1495. Grayscale: #AAAAAA. Windows color (decimal): -12391574 or 7007042. OLE color: 7007042.

HSL color Cylindrical-coordinate representation of color #42EB6A: hue angle of 134.2º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EB6A is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 106 -
CMYK 0.72 0 0.55 0.08
HSL 134.2º 0.81% 0.59% -
HSV(B) 134.2º 0.72% 0.92% -
XYZ 34.56 61.62 23.71 -
YUV 169.76 92.01 53.99 -
System Red Green Blue C M Y K H S L
Decimal 66 235 106 0.72 0 0.55 0.08 134.2 0.81 0.59
Hex 42 EB 6A 48 0 37 8 86 51 3B
Octal 102 353 152 110 0 67 10 206 121 73
Binary 1000010 11101011 1101010 1001000 0 110111 1000 10000110 1010001 111011

Color Harmonies of #42EB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EB6A

Black with #42EB6A

Text Example


Text Example

White with #42EB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,106); }

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

background-color css

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

 a { background-color: rgb(66,235,106); }

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

border-color css

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

 span { border-color: rgb(66,235,106); }

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