Html Css Color HEX #42D862 Emerald

📋 copy color: '#42D862'

red 66 ◦ green 216 ◦ blue 98

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

Shades of Emerald #42D862

Tints of Emerald #42D862

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.84%

 BLUE value IS 98 (38.67% from 255) = 25.79%

R = 17.37%
G = 56.84%
B = 25.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#42D862 (or 0x42D862) is known color: Emerald. HEX triplet: 42, D8 and 62. RGB value is (66,216,98). Sum of RGB (Red+Green+Blue) = 66+216+98=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #42D862 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D862 is #BD279D. Grayscale: #9E9E9E. Windows color (decimal): -12396446 or 6477890. OLE color: 6477890.

HSL color Cylindrical-coordinate representation of color #42D862: hue angle of 132.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D862 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 98 -
CMYK 0.69 0 0.55 0.15
HSL 132.8º 0.66% 0.55% -
HSV(B) 132.8º 0.69% 0.85% -
XYZ 29.01 51.15 19.9 -
YUV 157.7 94.31 62.59 -
System Red Green Blue C M Y K H S L
Decimal 66 216 98 0.69 0 0.55 0.15 132.8 0.66 0.55
Hex 42 D8 62 45 0 37 F 85 42 37
Octal 102 330 142 105 0 67 17 205 102 67
Binary 1000010 11011000 1100010 1000101 0 110111 1111 10000101 1000010 110111

Color Harmonies of #42D862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D862

Black with #42D862

Text Example


Text Example

White with #42D862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,98); }

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

background-color css

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

 a { background-color: rgb(66,216,98); }

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

border-color css

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

 span { border-color: rgb(66,216,98); }

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