Html Css Color HEX #42E670 Emerald

📋 copy color: '#42E670'

red 66 ◦ green 230 ◦ blue 112

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

Shades of Emerald #42E670

Tints of Emerald #42E670

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.37%

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 16.18%
G = 56.37%
B = 27.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#42E670 (or 0x42E670) is known color: Emerald. HEX triplet: 42, E6 and 70. RGB value is (66,230,112). Sum of RGB (Red+Green+Blue) = 66+230+112=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #42E670 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E670 is #BD198F. Grayscale: #A7A7A7. Windows color (decimal): -12392848 or 7398978. OLE color: 7398978.

HSL color Cylindrical-coordinate representation of color #42E670: hue angle of 136.83º degrees, saturation: 0.77, 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 #42E670 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 230 112 -
CMYK 0.71 0 0.51 0.10
HSL 136.83º 0.77% 0.58% -
HSV(B) 136.83º 0.71% 0.9% -
XYZ 33.47 58.92 24.94 -
YUV 167.51 96.67 55.59 -
System Red Green Blue C M Y K H S L
Decimal 66 230 112 0.71 0 0.51 0.10 136.83 0.77 0.58
Hex 42 E6 70 47 0 33 A 89 4D 3A
Octal 102 346 160 107 0 63 12 211 115 72
Binary 1000010 11100110 1110000 1000111 0 110011 1010 10001001 1001101 111010

Color Harmonies of #42E670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E670

Black with #42E670

Text Example


Text Example

White with #42E670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,230,112); }

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

background-color css

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

 a { background-color: rgb(66,230,112); }

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

border-color css

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

 span { border-color: rgb(66,230,112); }

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