Html Css Color HEX #42D85A Emerald

📋 copy color: '#42D85A'

red 66 ◦ green 216 ◦ blue 90

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

Shades of Emerald #42D85A

Tints of Emerald #42D85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 17.74%
G = 58.06%
B = 24.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#42D85A (or 0x42D85A) is known color: Emerald. HEX triplet: 42, D8 and 5A. RGB value is (66,216,90). Sum of RGB (Red+Green+Blue) = 66+216+90=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #42D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D85A is #BD27A5. Grayscale: #9D9D9D. Windows color (decimal): -12396454 or 5953602. OLE color: 5953602.

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

Color convert

RGB 66 216 90 -
CMYK 0.69 0 0.58 0.15
HSL 129.6º 0.66% 0.55% -
HSV(B) 129.6º 0.69% 0.85% -
XYZ 28.65 51.01 18.01 -
YUV 156.79 90.31 63.25 -
System Red Green Blue C M Y K H S L
Decimal 66 216 90 0.69 0 0.58 0.15 129.6 0.66 0.55
Hex 42 D8 5A 45 0 3A F 82 42 37
Octal 102 330 132 105 0 72 17 202 102 67
Binary 1000010 11011000 1011010 1000101 0 111010 1111 10000010 1000010 110111

Color Harmonies of #42D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D85A

Black with #42D85A

Text Example


Text Example

White with #42D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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