Html Css Color HEX #42C27E Emerald

📋 copy color: '#42C27E'

red 66 ◦ green 194 ◦ blue 126

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

Shades of Emerald #42C27E

Tints of Emerald #42C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 17.1%
G = 50.26%
B = 32.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#42C27E (or 0x42C27E) is known color: Emerald. HEX triplet: 42, C2 and 7E. RGB value is (66,194,126). Sum of RGB (Red+Green+Blue) = 66+194+126=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #42C27E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C27E is #BD3D81. Grayscale: #949494. Windows color (decimal): -12402050 or 8307266. OLE color: 8307266.

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

Color convert

RGB 66 194 126 -
CMYK 0.66 0 0.35 0.24
HSL 148.13º 0.51% 0.51% -
HSV(B) 148.13º 0.66% 0.76% -
XYZ 25.3 41.25 26.37 -
YUV 147.98 115.59 69.53 -
System Red Green Blue C M Y K H S L
Decimal 66 194 126 0.66 0 0.35 0.24 148.13 0.51 0.51
Hex 42 C2 7E 42 0 23 18 94 33 33
Octal 102 302 176 102 0 43 30 224 63 63
Binary 1000010 11000010 1111110 1000010 0 100011 11000 10010100 110011 110011

Color Harmonies of #42C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C27E

Black with #42C27E

Text Example


Text Example

White with #42C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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