Html Css Color HEX #42C762 Emerald

📋 copy color: '#42C762'

red 66 ◦ green 199 ◦ blue 98

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

Shades of Emerald #42C762

Tints of Emerald #42C762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.82%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 18.18%
G = 54.82%
B = 27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#42C762 (or 0x42C762) is known color: Emerald. HEX triplet: 42, C7 and 62. RGB value is (66,199,98). Sum of RGB (Red+Green+Blue) = 66+199+98=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 199 (78.12% from 255 or 54.82% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 199 - color contains mainly: green. Hex color #42C762 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C762 is #BD389D. Grayscale: #939393. Windows color (decimal): -12400798 or 6473538. OLE color: 6473538.

HSL color Cylindrical-coordinate representation of color #42C762: hue angle of 134.44º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C762 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 199 98 -
CMYK 0.67 0 0.51 0.22
HSL 134.44º 0.54% 0.52% -
HSV(B) 134.44º 0.67% 0.78% -
XYZ 24.87 42.89 18.52 -
YUV 147.72 99.94 69.71 -
System Red Green Blue C M Y K H S L
Decimal 66 199 98 0.67 0 0.51 0.22 134.44 0.54 0.52
Hex 42 C7 62 43 0 33 16 86 36 34
Octal 102 307 142 103 0 63 26 206 66 64
Binary 1000010 11000111 1100010 1000011 0 110011 10110 10000110 110110 110100

Color Harmonies of #42C762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C762

Black with #42C762

Text Example


Text Example

White with #42C762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,199,98); }

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

background-color css

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

 a { background-color: rgb(66,199,98); }

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

border-color css

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

 span { border-color: rgb(66,199,98); }

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