Html Css Color HEX #42C484 Emerald

📋 copy color: '#42C484'

red 66 ◦ green 196 ◦ blue 132

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

Shades of Emerald #42C484

Tints of Emerald #42C484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.75%

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

R = 16.75%
G = 49.75%
B = 33.5%

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

#42C484 (or 0x42C484) is known color: Emerald. HEX triplet: 42, C4 and 84. RGB value is (66,196,132). Sum of RGB (Red+Green+Blue) = 66+196+132=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #42C484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C484 is #BD3B7B. Grayscale: #959595. Windows color (decimal): -12401532 or 8700994. OLE color: 8700994.

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

Color convert

RGB 66 196 132 -
CMYK 0.66 0 0.33 0.23
HSL 150.46º 0.52% 0.51% -
HSV(B) 150.46º 0.66% 0.77% -
XYZ 26.15 42.3 28.62 -
YUV 149.83 117.93 68.2 -
System Red Green Blue C M Y K H S L
Decimal 66 196 132 0.66 0 0.33 0.23 150.46 0.52 0.51
Hex 42 C4 84 42 0 21 17 96 34 33
Octal 102 304 204 102 0 41 27 226 64 63
Binary 1000010 11000100 10000100 1000010 0 100001 10111 10010110 110100 110011

Color Harmonies of #42C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C484

Black with #42C484

Text Example


Text Example

White with #42C484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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