Html Css Color HEX #42D074 Emerald

📋 copy color: '#42D074'

red 66 ◦ green 208 ◦ blue 116

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

Shades of Emerald #42D074

Tints of Emerald #42D074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.33%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 16.92%
G = 53.33%
B = 29.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#42D074 (or 0x42D074) is known color: Emerald. HEX triplet: 42, D0 and 74. RGB value is (66,208,116). Sum of RGB (Red+Green+Blue) = 66+208+116=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #42D074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D074 is #BD2F8B. Grayscale: #9B9B9B. Windows color (decimal): -12398476 or 7655490. OLE color: 7655490.

HSL color Cylindrical-coordinate representation of color #42D074: hue angle of 141.13º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D074 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 116 -
CMYK 0.68 0 0.44 0.18
HSL 141.13º 0.6% 0.54% -
HSV(B) 141.13º 0.68% 0.82% -
XYZ 27.96 47.53 24.22 -
YUV 155.05 105.96 64.48 -
System Red Green Blue C M Y K H S L
Decimal 66 208 116 0.68 0 0.44 0.18 141.13 0.6 0.54
Hex 42 D0 74 44 0 2C 12 8D 3C 36
Octal 102 320 164 104 0 54 22 215 74 66
Binary 1000010 11010000 1110100 1000100 0 101100 10010 10001101 111100 110110

Color Harmonies of #42D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D074

Black with #42D074

Text Example


Text Example

White with #42D074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,208,116); }

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

background-color css

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

 a { background-color: rgb(66,208,116); }

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

border-color css

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

 span { border-color: rgb(66,208,116); }

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