Html Css Color HEX #42CA73 Emerald

📋 copy color: '#42CA73'

red 66 ◦ green 202 ◦ blue 115

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

Shades of Emerald #42CA73

Tints of Emerald #42CA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 17.23%
G = 52.74%
B = 30.03%

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

#42CA73 (or 0x42CA73) is known color: Emerald. HEX triplet: 42, CA and 73. RGB value is (66,202,115). Sum of RGB (Red+Green+Blue) = 66+202+115=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA73 is #BD358C. Grayscale: #979797. Windows color (decimal): -12400013 or 7588418. OLE color: 7588418.

HSL color Cylindrical-coordinate representation of color #42CA73: hue angle of 141.62º 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 #42CA73 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 115 -
CMYK 0.67 0 0.43 0.21
HSL 141.62º 0.56% 0.53% -
HSV(B) 141.62º 0.67% 0.79% -
XYZ 26.46 44.64 23.44 -
YUV 151.42 107.44 67.07 -
System Red Green Blue C M Y K H S L
Decimal 66 202 115 0.67 0 0.43 0.21 141.62 0.56 0.53
Hex 42 CA 73 43 0 2B 15 8E 38 35
Octal 102 312 163 103 0 53 25 216 70 65
Binary 1000010 11001010 1110011 1000011 0 101011 10101 10001110 111000 110101

Color Harmonies of #42CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA73

Black with #42CA73

Text Example


Text Example

White with #42CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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