Html Css Color HEX #42C96F Emerald

📋 copy color: '#42C96F'

red 66 ◦ green 201 ◦ blue 111

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

Shades of Emerald #42C96F

Tints of Emerald #42C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.17%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 17.46%
G = 53.17%
B = 29.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#42C96F (or 0x42C96F) is known color: Emerald. HEX triplet: 42, C9 and 6F. RGB value is (66,201,111). Sum of RGB (Red+Green+Blue) = 66+201+111=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #42C96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C96F is #BD3690. Grayscale: #969696. Windows color (decimal): -12400273 or 7326018. OLE color: 7326018.

HSL color Cylindrical-coordinate representation of color #42C96F: hue angle of 140º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C96F is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 111 -
CMYK 0.67 0 0.45 0.21
HSL 140º 0.56% 0.52% -
HSV(B) 140º 0.67% 0.79% -
XYZ 26 44.08 22.18 -
YUV 150.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 66 201 111 0.67 0 0.45 0.21 140 0.56 0.52
Hex 42 C9 6F 43 0 2D 15 8C 38 34
Octal 102 311 157 103 0 55 25 214 70 64
Binary 1000010 11001001 1101111 1000011 0 101101 10101 10001100 111000 110100

Color Harmonies of #42C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C96F

Black with #42C96F

Text Example


Text Example

White with #42C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,111); }

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

background-color css

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

 a { background-color: rgb(66,201,111); }

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

border-color css

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

 span { border-color: rgb(66,201,111); }

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