Html Css Color HEX #42CD7C Emerald

📋 copy color: '#42CD7C'

red 66 ◦ green 205 ◦ blue 124

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

Shades of Emerald #42CD7C

Tints of Emerald #42CD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.9%

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

R = 16.71%
G = 51.9%
B = 31.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#42CD7C (or 0x42CD7C) is known color: Emerald. HEX triplet: 42, CD and 7C. RGB value is (66,205,124). Sum of RGB (Red+Green+Blue) = 66+205+124=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD7C is #BD3283. Grayscale: #9A9A9A. Windows color (decimal): -12399236 or 8179010. OLE color: 8179010.

HSL color Cylindrical-coordinate representation of color #42CD7C: hue angle of 145.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD7C is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 124 -
CMYK 0.68 0 0.40 0.20
HSL 145.04º 0.58% 0.53% -
HSV(B) 145.04º 0.68% 0.8% -
XYZ 27.72 46.28 26.54 -
YUV 154.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 66 205 124 0.68 0 0.40 0.20 145.04 0.58 0.53
Hex 42 CD 7C 44 0 28 14 91 3A 35
Octal 102 315 174 104 0 50 24 221 72 65
Binary 1000010 11001101 1111100 1000100 0 101000 10100 10010001 111010 110101

Color Harmonies of #42CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD7C

Black with #42CD7C

Text Example


Text Example

White with #42CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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