Html Css Color HEX #42D56C Emerald

📋 copy color: '#42D56C'

red 66 ◦ green 213 ◦ blue 108

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

Shades of Emerald #42D56C

Tints of Emerald #42D56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.04%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 17.05%
G = 55.04%
B = 27.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#42D56C (or 0x42D56C) is known color: Emerald. HEX triplet: 42, D5 and 6C. RGB value is (66,213,108). Sum of RGB (Red+Green+Blue) = 66+213+108=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #42D56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D56C is #BD2A93. Grayscale: #9D9D9D. Windows color (decimal): -12397204 or 7132482. OLE color: 7132482.

HSL color Cylindrical-coordinate representation of color #42D56C: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D56C is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 108 -
CMYK 0.69 0 0.49 0.16
HSL 137.14º 0.64% 0.55% -
HSV(B) 137.14º 0.69% 0.84% -
XYZ 28.75 49.83 22.29 -
YUV 157.08 100.3 63.04 -
System Red Green Blue C M Y K H S L
Decimal 66 213 108 0.69 0 0.49 0.16 137.14 0.64 0.55
Hex 42 D5 6C 45 0 31 10 89 40 37
Octal 102 325 154 105 0 61 20 211 100 67
Binary 1000010 11010101 1101100 1000101 0 110001 10000 10001001 1000000 110111

Color Harmonies of #42D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D56C

Black with #42D56C

Text Example


Text Example

White with #42D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,108); }

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

background-color css

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

 a { background-color: rgb(66,213,108); }

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

border-color css

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

 span { border-color: rgb(66,213,108); }

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