Html Css Color HEX #42DA5D Emerald

📋 copy color: '#42DA5D'

red 66 ◦ green 218 ◦ blue 93

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

Shades of Emerald #42DA5D

Tints of Emerald #42DA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.82%

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 17.51%
G = 57.82%
B = 24.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#42DA5D (or 0x42DA5D) is known color: Emerald. HEX triplet: 42, DA and 5D. RGB value is (66,218,93). Sum of RGB (Red+Green+Blue) = 66+218+93=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DA5D is #BD25A2. Grayscale: #9E9E9E. Windows color (decimal): -12395939 or 6150722. OLE color: 6150722.

HSL color Cylindrical-coordinate representation of color #42DA5D: hue angle of 130.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA5D is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 93 -
CMYK 0.70 0 0.57 0.15
HSL 130.66º 0.67% 0.56% -
HSV(B) 130.66º 0.7% 0.85% -
XYZ 29.29 52.09 18.87 -
YUV 158.3 91.14 62.16 -
System Red Green Blue C M Y K H S L
Decimal 66 218 93 0.70 0 0.57 0.15 130.66 0.67 0.56
Hex 42 DA 5D 46 0 39 F 83 43 38
Octal 102 332 135 106 0 71 17 203 103 70
Binary 1000010 11011010 1011101 1000110 0 111001 1111 10000011 1000011 111000

Color Harmonies of #42DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA5D

Black with #42DA5D

Text Example


Text Example

White with #42DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,218,93); }

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

background-color css

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

 a { background-color: rgb(66,218,93); }

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

border-color css

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

 span { border-color: rgb(66,218,93); }

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