Html Css Color HEX #42C67C Emerald

📋 copy color: '#42C67C'

red 66 ◦ green 198 ◦ blue 124

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

Shades of Emerald #42C67C

Tints of Emerald #42C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.03%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 17.01%
G = 51.03%
B = 31.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#42C67C (or 0x42C67C) is known color: Emerald. HEX triplet: 42, C6 and 7C. RGB value is (66,198,124). Sum of RGB (Red+Green+Blue) = 66+198+124=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #42C67C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C67C is #BD3983. Grayscale: #969696. Windows color (decimal): -12401028 or 8177218. OLE color: 8177218.

HSL color Cylindrical-coordinate representation of color #42C67C: hue angle of 146.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C67C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 124 -
CMYK 0.67 0 0.37 0.22
HSL 146.36º 0.54% 0.52% -
HSV(B) 146.36º 0.67% 0.78% -
XYZ 26.08 43 25.99 -
YUV 150.1 113.27 68.02 -
System Red Green Blue C M Y K H S L
Decimal 66 198 124 0.67 0 0.37 0.22 146.36 0.54 0.52
Hex 42 C6 7C 43 0 25 16 92 36 34
Octal 102 306 174 103 0 45 26 222 66 64
Binary 1000010 11000110 1111100 1000011 0 100101 10110 10010010 110110 110100

Color Harmonies of #42C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C67C

Black with #42C67C

Text Example


Text Example

White with #42C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,198,124); }

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

background-color css

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

 a { background-color: rgb(66,198,124); }

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

border-color css

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

 span { border-color: rgb(66,198,124); }

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