Html Css Color HEX #42CD7A Emerald

📋 copy color: '#42CD7A'

red 66 ◦ green 205 ◦ blue 122

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

Shades of Emerald #42CD7A

Tints of Emerald #42CD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 16.79%
G = 52.16%
B = 31.04%

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

#42CD7A (or 0x42CD7A) is known color: Emerald. HEX triplet: 42, CD and 7A. RGB value is (66,205,122). Sum of RGB (Red+Green+Blue) = 66+205+122=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD7A is #BD3285. Grayscale: #9A9A9A. Windows color (decimal): -12399238 or 8047938. OLE color: 8047938.

HSL color Cylindrical-coordinate representation of color #42CD7A: hue angle of 144.17º 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 #42CD7A is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 122 -
CMYK 0.68 0 0.40 0.20
HSL 144.17º 0.58% 0.53% -
HSV(B) 144.17º 0.68% 0.8% -
XYZ 27.59 46.23 25.88 -
YUV 153.98 109.95 65.25 -
System Red Green Blue C M Y K H S L
Decimal 66 205 122 0.68 0 0.40 0.20 144.17 0.58 0.53
Hex 42 CD 7A 44 0 28 14 90 3A 35
Octal 102 315 172 104 0 50 24 220 72 65
Binary 1000010 11001101 1111010 1000100 0 101000 10100 10010000 111010 110101

Color Harmonies of #42CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD7A

Black with #42CD7A

Text Example


Text Example

White with #42CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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