Html Css Color HEX #42D357 Emerald

📋 copy color: '#42D357'

red 66 ◦ green 211 ◦ blue 87

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

Shades of Emerald #42D357

Tints of Emerald #42D357

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.97%

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

R = 18.13%
G = 57.97%
B = 23.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#42D357 (or 0x42D357) is known color: Emerald. HEX triplet: 42, D3 and 57. RGB value is (66,211,87). Sum of RGB (Red+Green+Blue) = 66+211+87=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #42D357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D357 is #BD2CA8. Grayscale: #999999. Windows color (decimal): -12397737 or 5755714. OLE color: 5755714.

HSL color Cylindrical-coordinate representation of color #42D357: hue angle of 128.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D357 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 87 -
CMYK 0.69 0 0.59 0.17
HSL 128.69º 0.62% 0.54% -
HSV(B) 128.69º 0.69% 0.83% -
XYZ 27.26 48.43 16.93 -
YUV 153.51 90.46 65.58 -
System Red Green Blue C M Y K H S L
Decimal 66 211 87 0.69 0 0.59 0.17 128.69 0.62 0.54
Hex 42 D3 57 45 0 3B 11 81 3E 36
Octal 102 323 127 105 0 73 21 201 76 66
Binary 1000010 11010011 1010111 1000101 0 111011 10001 10000001 111110 110110

Color Harmonies of #42D357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D357

Black with #42D357

Text Example


Text Example

White with #42D357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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