Html Css Color HEX #42C584 Emerald

📋 copy color: '#42C584'

red 66 ◦ green 197 ◦ blue 132

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

Shades of Emerald #42C584

Tints of Emerald #42C584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.87%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 16.71%
G = 49.87%
B = 33.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#42C584 (or 0x42C584) is known color: Emerald. HEX triplet: 42, C5 and 84. RGB value is (66,197,132). Sum of RGB (Red+Green+Blue) = 66+197+132=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #42C584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C584 is #BD3A7B. Grayscale: #969696. Windows color (decimal): -12401276 or 8701250. OLE color: 8701250.

HSL color Cylindrical-coordinate representation of color #42C584: hue angle of 150.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C584 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 132 -
CMYK 0.66 0 0.33 0.23
HSL 150.23º 0.53% 0.52% -
HSV(B) 150.23º 0.66% 0.77% -
XYZ 26.38 42.76 28.69 -
YUV 150.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 66 197 132 0.66 0 0.33 0.23 150.23 0.53 0.52
Hex 42 C5 84 42 0 21 17 96 35 34
Octal 102 305 204 102 0 41 27 226 65 64
Binary 1000010 11000101 10000100 1000010 0 100001 10111 10010110 110101 110100

Color Harmonies of #42C584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C584

Black with #42C584

Text Example


Text Example

White with #42C584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,197,132); }

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

background-color css

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

 a { background-color: rgb(66,197,132); }

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

border-color css

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

 span { border-color: rgb(66,197,132); }

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