Html Css Color HEX #42D386 Emerald

📋 copy color: '#42D386'

red 66 ◦ green 211 ◦ blue 134

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

Shades of Emerald #42D386

Tints of Emerald #42D386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 16.06%
G = 51.34%
B = 32.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#42D386 (or 0x42D386) is known color: Emerald. HEX triplet: 42, D3 and 86. RGB value is (66,211,134). Sum of RGB (Red+Green+Blue) = 66+211+134=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #42D386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D386 is #BD2C79. Grayscale: #9F9F9F. Windows color (decimal): -12397690 or 8835906. OLE color: 8835906.

HSL color Cylindrical-coordinate representation of color #42D386: hue angle of 148.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D386 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 134 -
CMYK 0.69 0 0.36 0.17
HSL 148.14º 0.62% 0.54% -
HSV(B) 148.14º 0.69% 0.83% -
XYZ 29.84 49.47 30.53 -
YUV 158.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 66 211 134 0.69 0 0.36 0.17 148.14 0.62 0.54
Hex 42 D3 86 45 0 24 11 94 3E 36
Octal 102 323 206 105 0 44 21 224 76 66
Binary 1000010 11010011 10000110 1000101 0 100100 10001 10010100 111110 110110

Color Harmonies of #42D386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D386

Black with #42D386

Text Example


Text Example

White with #42D386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,134); }

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

background-color css

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

 a { background-color: rgb(66,211,134); }

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

border-color css

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

 span { border-color: rgb(66,211,134); }

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