Html Css Color HEX #42D562 Emerald

📋 copy color: '#42D562'

red 66 ◦ green 213 ◦ blue 98

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

Shades of Emerald #42D562

Tints of Emerald #42D562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.5%

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

R = 17.51%
G = 56.5%
B = 25.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#42D562 (or 0x42D562) is known color: Emerald. HEX triplet: 42, D5 and 62. RGB value is (66,213,98). Sum of RGB (Red+Green+Blue) = 66+213+98=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #42D562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D562 is #BD2A9D. Grayscale: #9C9C9C. Windows color (decimal): -12397214 or 6477122. OLE color: 6477122.

HSL color Cylindrical-coordinate representation of color #42D562: hue angle of 133.06º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D562 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 98 -
CMYK 0.69 0 0.54 0.16
HSL 133.06º 0.64% 0.55% -
HSV(B) 133.06º 0.69% 0.84% -
XYZ 28.25 49.63 19.65 -
YUV 155.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 66 213 98 0.69 0 0.54 0.16 133.06 0.64 0.55
Hex 42 D5 62 45 0 36 10 85 40 37
Octal 102 325 142 105 0 66 20 205 100 67
Binary 1000010 11010101 1100010 1000101 0 110110 10000 10000101 1000000 110111

Color Harmonies of #42D562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D562

Black with #42D562

Text Example


Text Example

White with #42D562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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