Html Css Color HEX #42C26C Emerald

📋 copy color: '#42C26C'

red 66 ◦ green 194 ◦ blue 108

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

Shades of Emerald #42C26C

Tints of Emerald #42C26C

RGB

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

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

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

R = 17.93%
G = 52.72%
B = 29.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#42C26C (or 0x42C26C) is known color: Emerald. HEX triplet: 42, C2 and 6C. RGB value is (66,194,108). Sum of RGB (Red+Green+Blue) = 66+194+108=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #42C26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C26C is #BD3D93. Grayscale: #929292. Windows color (decimal): -12402068 or 7127618. OLE color: 7127618.

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

Color convert

RGB 66 194 108 -
CMYK 0.66 0 0.44 0.24
HSL 139.69º 0.51% 0.51% -
HSV(B) 139.69º 0.66% 0.76% -
XYZ 24.25 40.82 20.79 -
YUV 145.92 106.59 70.99 -
System Red Green Blue C M Y K H S L
Decimal 66 194 108 0.66 0 0.44 0.24 139.69 0.51 0.51
Hex 42 C2 6C 42 0 2C 18 8C 33 33
Octal 102 302 154 102 0 54 30 214 63 63
Binary 1000010 11000010 1101100 1000010 0 101100 11000 10001100 110011 110011

Color Harmonies of #42C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C26C

Black with #42C26C

Text Example


Text Example

White with #42C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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