Html Css Color HEX #42C367 Emerald

📋 copy color: '#42C367'

red 66 ◦ green 195 ◦ blue 103

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

Shades of Emerald #42C367

Tints of Emerald #42C367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.57%

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 18.13%
G = 53.57%
B = 28.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#42C367 (or 0x42C367) is known color: Emerald. HEX triplet: 42, C3 and 67. RGB value is (66,195,103). Sum of RGB (Red+Green+Blue) = 66+195+103=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #42C367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C367 is #BD3C98. Grayscale: #929292. Windows color (decimal): -12401817 or 6800194. OLE color: 6800194.

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

Color convert

RGB 66 195 103 -
CMYK 0.66 0 0.47 0.24
HSL 137.21º 0.52% 0.51% -
HSV(B) 137.21º 0.66% 0.76% -
XYZ 24.21 41.17 19.5 -
YUV 145.94 103.76 70.98 -
System Red Green Blue C M Y K H S L
Decimal 66 195 103 0.66 0 0.47 0.24 137.21 0.52 0.51
Hex 42 C3 67 42 0 2F 18 89 34 33
Octal 102 303 147 102 0 57 30 211 64 63
Binary 1000010 11000011 1100111 1000010 0 101111 11000 10001001 110100 110011

Color Harmonies of #42C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C367

Black with #42C367

Text Example


Text Example

White with #42C367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,195,103); }

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

background-color css

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

 a { background-color: rgb(66,195,103); }

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

border-color css

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

 span { border-color: rgb(66,195,103); }

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