Html Css Color HEX #42C957 Emerald

📋 copy color: '#42C957'

red 66 ◦ green 201 ◦ blue 87

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

Shades of Emerald #42C957

Tints of Emerald #42C957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.58%

R = 18.64%
G = 56.78%
B = 24.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#42C957 (or 0x42C957) is known color: Emerald. HEX triplet: 42, C9 and 57. RGB value is (66,201,87). Sum of RGB (Red+Green+Blue) = 66+201+87=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #42C957 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C957 is #BD36A8. Grayscale: #939393. Windows color (decimal): -12400297 or 5753154. OLE color: 5753154.

HSL color Cylindrical-coordinate representation of color #42C957: hue angle of 129.33º 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 #42C957 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 87 -
CMYK 0.67 0 0.57 0.21
HSL 129.33º 0.56% 0.52% -
HSV(B) 129.33º 0.67% 0.79% -
XYZ 24.85 43.62 16.13 -
YUV 147.64 93.77 69.77 -
System Red Green Blue C M Y K H S L
Decimal 66 201 87 0.67 0 0.57 0.21 129.33 0.56 0.52
Hex 42 C9 57 43 0 39 15 81 38 34
Octal 102 311 127 103 0 71 25 201 70 64
Binary 1000010 11001001 1010111 1000011 0 111001 10101 10000001 111000 110100

Color Harmonies of #42C957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C957

Black with #42C957

Text Example


Text Example

White with #42C957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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