Html Css Color HEX #42C282 Emerald

📋 copy color: '#42C282'

red 66 ◦ green 194 ◦ blue 130

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

Shades of Emerald #42C282

Tints of Emerald #42C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.74%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 16.92%
G = 49.74%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#42C282 (or 0x42C282) is known color: Emerald. HEX triplet: 42, C2 and 82. RGB value is (66,194,130). Sum of RGB (Red+Green+Blue) = 66+194+130=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #42C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C282 is #BD3D7D. Grayscale: #949494. Windows color (decimal): -12402046 or 8569410. OLE color: 8569410.

HSL color Cylindrical-coordinate representation of color #42C282: hue angle of 150º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C282 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 130 -
CMYK 0.66 0 0.33 0.24
HSL 150º 0.51% 0.51% -
HSV(B) 150º 0.66% 0.76% -
XYZ 25.57 41.35 27.75 -
YUV 148.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 66 194 130 0.66 0 0.33 0.24 150 0.51 0.51
Hex 42 C2 82 42 0 21 18 96 33 33
Octal 102 302 202 102 0 41 30 226 63 63
Binary 1000010 11000010 10000010 1000010 0 100001 11000 10010110 110011 110011

Color Harmonies of #42C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C282

Black with #42C282

Text Example


Text Example

White with #42C282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,194,130); }

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

background-color css

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

 a { background-color: rgb(66,194,130); }

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

border-color css

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

 span { border-color: rgb(66,194,130); }

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