Html Css Color HEX #42C56B Emerald

📋 copy color: '#42C56B'

red 66 ◦ green 197 ◦ blue 107

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

Shades of Emerald #42C56B

Tints of Emerald #42C56B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.24%

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 17.84%
G = 53.24%
B = 28.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#42C56B (or 0x42C56B) is known color: Emerald. HEX triplet: 42, C5 and 6B. RGB value is (66,197,107). Sum of RGB (Red+Green+Blue) = 66+197+107=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #42C56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C56B is #BD3A94. Grayscale: #939393. Windows color (decimal): -12401301 or 7062850. OLE color: 7062850.

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

Color convert

RGB 66 197 107 -
CMYK 0.66 0 0.46 0.23
HSL 138.78º 0.53% 0.52% -
HSV(B) 138.78º 0.66% 0.77% -
XYZ 24.87 42.15 20.74 -
YUV 147.57 105.1 69.82 -
System Red Green Blue C M Y K H S L
Decimal 66 197 107 0.66 0 0.46 0.23 138.78 0.53 0.52
Hex 42 C5 6B 42 0 2E 17 8B 35 34
Octal 102 305 153 102 0 56 27 213 65 64
Binary 1000010 11000101 1101011 1000010 0 101110 10111 10001011 110101 110100

Color Harmonies of #42C56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C56B

Black with #42C56B

Text Example


Text Example

White with #42C56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,197,107); }

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

background-color css

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

 a { background-color: rgb(66,197,107); }

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

border-color css

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

 span { border-color: rgb(66,197,107); }

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