Html Css Color HEX #42C26B Emerald

📋 copy color: '#42C26B'

red 66 ◦ green 194 ◦ blue 107

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

Shades of Emerald #42C26B

Tints of Emerald #42C26B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.86%

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

R = 17.98%
G = 52.86%
B = 29.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#42C26B (or 0x42C26B) is known color: Emerald. HEX triplet: 42, C2 and 6B. RGB value is (66,194,107). Sum of RGB (Red+Green+Blue) = 66+194+107=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #42C26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C26B is #BD3D94. Grayscale: #929292. Windows color (decimal): -12402069 or 7062082. OLE color: 7062082.

HSL color Cylindrical-coordinate representation of color #42C26B: hue angle of 139.22º degrees, saturation: 0.51, 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 #42C26B is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 107 -
CMYK 0.66 0 0.45 0.24
HSL 139.22º 0.51% 0.51% -
HSV(B) 139.22º 0.66% 0.76% -
XYZ 24.19 40.8 20.51 -
YUV 145.81 106.09 71.07 -
System Red Green Blue C M Y K H S L
Decimal 66 194 107 0.66 0 0.45 0.24 139.22 0.51 0.51
Hex 42 C2 6B 42 0 2D 18 8B 33 33
Octal 102 302 153 102 0 55 30 213 63 63
Binary 1000010 11000010 1101011 1000010 0 101101 11000 10001011 110011 110011

Color Harmonies of #42C26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C26B

Black with #42C26B

Text Example


Text Example

White with #42C26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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