Html Css Color HEX #42D46B Emerald

📋 copy color: '#42D46B'

red 66 ◦ green 212 ◦ blue 107

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

Shades of Emerald #42D46B

Tints of Emerald #42D46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.06%

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 17.14%
G = 55.06%
B = 27.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#42D46B (or 0x42D46B) is known color: Emerald. HEX triplet: 42, D4 and 6B. RGB value is (66,212,107). Sum of RGB (Red+Green+Blue) = 66+212+107=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 212 (83.20% from 255 or 55.06% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 212 - color contains mainly: green. Hex color #42D46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D46B is #BD2B94. Grayscale: #9C9C9C. Windows color (decimal): -12397461 or 7066690. OLE color: 7066690.

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

Color convert

RGB 66 212 107 -
CMYK 0.69 0 0.50 0.17
HSL 136.85º 0.63% 0.55% -
HSV(B) 136.85º 0.69% 0.83% -
XYZ 28.44 49.31 21.93 -
YUV 156.38 100.13 63.54 -
System Red Green Blue C M Y K H S L
Decimal 66 212 107 0.69 0 0.50 0.17 136.85 0.63 0.55
Hex 42 D4 6B 45 0 32 11 89 3F 37
Octal 102 324 153 105 0 62 21 211 77 67
Binary 1000010 11010100 1101011 1000101 0 110010 10001 10001001 111111 110111

Color Harmonies of #42D46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D46B

Black with #42D46B

Text Example


Text Example

White with #42D46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,212,107); }

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

background-color css

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

 a { background-color: rgb(66,212,107); }

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

border-color css

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

 span { border-color: rgb(66,212,107); }

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