Html Css Color HEX #42C27B Emerald

📋 copy color: '#42C27B'

red 66 ◦ green 194 ◦ blue 123

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

Shades of Emerald #42C27B

Tints of Emerald #42C27B

RGB

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

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

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

R = 17.23%
G = 50.65%
B = 32.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#42C27B (or 0x42C27B) is known color: Emerald. HEX triplet: 42, C2 and 7B. RGB value is (66,194,123). Sum of RGB (Red+Green+Blue) = 66+194+123=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #42C27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C27B is #BD3D84. Grayscale: #939393. Windows color (decimal): -12402053 or 8110658. OLE color: 8110658.

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

Color convert

RGB 66 194 123 -
CMYK 0.66 0 0.37 0.24
HSL 146.72º 0.51% 0.51% -
HSV(B) 146.72º 0.66% 0.76% -
XYZ 25.11 41.17 25.36 -
YUV 147.63 114.09 69.77 -
System Red Green Blue C M Y K H S L
Decimal 66 194 123 0.66 0 0.37 0.24 146.72 0.51 0.51
Hex 42 C2 7B 42 0 25 18 93 33 33
Octal 102 302 173 102 0 45 30 223 63 63
Binary 1000010 11000010 1111011 1000010 0 100101 11000 10010011 110011 110011

Color Harmonies of #42C27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C27B

Black with #42C27B

Text Example


Text Example

White with #42C27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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