Html Css Color HEX #42CA74 Emerald

📋 copy color: '#42CA74'

red 66 ◦ green 202 ◦ blue 116

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

Shades of Emerald #42CA74

Tints of Emerald #42CA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.6%

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

R = 17.19%
G = 52.6%
B = 30.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#42CA74 (or 0x42CA74) is known color: Emerald. HEX triplet: 42, CA and 74. RGB value is (66,202,116). Sum of RGB (Red+Green+Blue) = 66+202+116=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA74 is #BD358B. Grayscale: #979797. Windows color (decimal): -12400012 or 7653954. OLE color: 7653954.

HSL color Cylindrical-coordinate representation of color #42CA74: hue angle of 142.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA74 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 116 -
CMYK 0.67 0 0.43 0.21
HSL 142.06º 0.56% 0.53% -
HSV(B) 142.06º 0.67% 0.79% -
XYZ 26.52 44.66 23.75 -
YUV 151.53 107.94 66.99 -
System Red Green Blue C M Y K H S L
Decimal 66 202 116 0.67 0 0.43 0.21 142.06 0.56 0.53
Hex 42 CA 74 43 0 2B 15 8E 38 35
Octal 102 312 164 103 0 53 25 216 70 65
Binary 1000010 11001010 1110100 1000011 0 101011 10101 10001110 111000 110101

Color Harmonies of #42CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA74

Black with #42CA74

Text Example


Text Example

White with #42CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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