Html Css Color HEX #42D762 Emerald

📋 copy color: '#42D762'

red 66 ◦ green 215 ◦ blue 98

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

Shades of Emerald #42D762

Tints of Emerald #42D762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.73%

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

R = 17.41%
G = 56.73%
B = 25.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#42D762 (or 0x42D762) is known color: Emerald. HEX triplet: 42, D7 and 62. RGB value is (66,215,98). Sum of RGB (Red+Green+Blue) = 66+215+98=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #42D762 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D762 is #BD289D. Grayscale: #9D9D9D. Windows color (decimal): -12396702 or 6477634. OLE color: 6477634.

HSL color Cylindrical-coordinate representation of color #42D762: hue angle of 132.89º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D762 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 98 -
CMYK 0.69 0 0.54 0.16
HSL 132.89º 0.65% 0.55% -
HSV(B) 132.89º 0.69% 0.84% -
XYZ 28.75 50.64 19.81 -
YUV 157.11 94.64 63.01 -
System Red Green Blue C M Y K H S L
Decimal 66 215 98 0.69 0 0.54 0.16 132.89 0.65 0.55
Hex 42 D7 62 45 0 36 10 85 41 37
Octal 102 327 142 105 0 66 20 205 101 67
Binary 1000010 11010111 1100010 1000101 0 110110 10000 10000101 1000001 110111

Color Harmonies of #42D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D762

Black with #42D762

Text Example


Text Example

White with #42D762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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