Html Css Color HEX #42C47B Emerald

📋 copy color: '#42C47B'

red 66 ◦ green 196 ◦ blue 123

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

Shades of Emerald #42C47B

Tints of Emerald #42C47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.91%

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

R = 17.14%
G = 50.91%
B = 31.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#42C47B (or 0x42C47B) is known color: Emerald. HEX triplet: 42, C4 and 7B. RGB value is (66,196,123). Sum of RGB (Red+Green+Blue) = 66+196+123=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #42C47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C47B is #BD3B84. Grayscale: #949494. Windows color (decimal): -12401541 or 8111170. OLE color: 8111170.

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

Color convert

RGB 66 196 123 -
CMYK 0.66 0 0.37 0.23
HSL 146.31º 0.52% 0.51% -
HSV(B) 146.31º 0.66% 0.77% -
XYZ 25.56 42.07 25.51 -
YUV 148.81 113.43 68.94 -
System Red Green Blue C M Y K H S L
Decimal 66 196 123 0.66 0 0.37 0.23 146.31 0.52 0.51
Hex 42 C4 7B 42 0 25 17 92 34 33
Octal 102 304 173 102 0 45 27 222 64 63
Binary 1000010 11000100 1111011 1000010 0 100101 10111 10010010 110100 110011

Color Harmonies of #42C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C47B

Black with #42C47B

Text Example


Text Example

White with #42C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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