Html Css Color HEX #42C37B Emerald

📋 copy color: '#42C37B'

red 66 ◦ green 195 ◦ blue 123

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

Shades of Emerald #42C37B

Tints of Emerald #42C37B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 17.19%
G = 50.78%
B = 32.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#42C37B (or 0x42C37B) is known color: Emerald. HEX triplet: 42, C3 and 7B. RGB value is (66,195,123). Sum of RGB (Red+Green+Blue) = 66+195+123=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #42C37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C37B is #BD3C84. Grayscale: #949494. Windows color (decimal): -12401797 or 8110914. OLE color: 8110914.

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

Color convert

RGB 66 195 123 -
CMYK 0.66 0 0.37 0.24
HSL 146.51º 0.52% 0.51% -
HSV(B) 146.51º 0.66% 0.76% -
XYZ 25.34 41.62 25.44 -
YUV 148.22 113.76 69.35 -
System Red Green Blue C M Y K H S L
Decimal 66 195 123 0.66 0 0.37 0.24 146.51 0.52 0.51
Hex 42 C3 7B 42 0 25 18 93 34 33
Octal 102 303 173 102 0 45 30 223 64 63
Binary 1000010 11000011 1111011 1000010 0 100101 11000 10010011 110100 110011

Color Harmonies of #42C37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C37B

Black with #42C37B

Text Example


Text Example

White with #42C37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,195,123); }

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

background-color css

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

 a { background-color: rgb(66,195,123); }

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

border-color css

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

 span { border-color: rgb(66,195,123); }

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