Html Css Color HEX #42D474 Emerald

📋 copy color: '#42D474'

red 66 ◦ green 212 ◦ blue 116

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

Shades of Emerald #42D474

Tints of Emerald #42D474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.81%

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

R = 16.75%
G = 53.81%
B = 29.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#42D474 (or 0x42D474) is known color: Emerald. HEX triplet: 42, D4 and 74. RGB value is (66,212,116). Sum of RGB (Red+Green+Blue) = 66+212+116=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #42D474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D474 is #BD2B8B. Grayscale: #9D9D9D. Windows color (decimal): -12397452 or 7656514. OLE color: 7656514.

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

Color convert

RGB 66 212 116 -
CMYK 0.69 0 0.45 0.17
HSL 140.55º 0.63% 0.55% -
HSV(B) 140.55º 0.69% 0.83% -
XYZ 28.94 49.51 24.55 -
YUV 157.4 104.63 62.81 -
System Red Green Blue C M Y K H S L
Decimal 66 212 116 0.69 0 0.45 0.17 140.55 0.63 0.55
Hex 42 D4 74 45 0 2D 11 8D 3F 37
Octal 102 324 164 105 0 55 21 215 77 67
Binary 1000010 11010100 1110100 1000101 0 101101 10001 10001101 111111 110111

Color Harmonies of #42D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D474

Black with #42D474

Text Example


Text Example

White with #42D474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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