Html Css Color HEX #42D85D Emerald

📋 copy color: '#42D85D'

red 66 ◦ green 216 ◦ blue 93

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

Shades of Emerald #42D85D

Tints of Emerald #42D85D

RGB

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

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

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

R = 17.6%
G = 57.6%
B = 24.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#42D85D (or 0x42D85D) is known color: Emerald. HEX triplet: 42, D8 and 5D. RGB value is (66,216,93). Sum of RGB (Red+Green+Blue) = 66+216+93=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #42D85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D85D is #BD27A2. Grayscale: #9D9D9D. Windows color (decimal): -12396451 or 6150210. OLE color: 6150210.

HSL color Cylindrical-coordinate representation of color #42D85D: hue angle of 130.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 #42D85D is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 93 -
CMYK 0.69 0 0.57 0.15
HSL 130.8º 0.66% 0.55% -
HSV(B) 130.8º 0.69% 0.85% -
XYZ 28.78 51.06 18.69 -
YUV 157.13 91.81 63 -
System Red Green Blue C M Y K H S L
Decimal 66 216 93 0.69 0 0.57 0.15 130.8 0.66 0.55
Hex 42 D8 5D 45 0 39 F 83 42 37
Octal 102 330 135 105 0 71 17 203 102 67
Binary 1000010 11011000 1011101 1000101 0 111001 1111 10000011 1000010 110111

Color Harmonies of #42D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D85D

Black with #42D85D

Text Example


Text Example

White with #42D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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