Html Css Color HEX #42CA62 Emerald

📋 copy color: '#42CA62'

red 66 ◦ green 202 ◦ blue 98

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

Shades of Emerald #42CA62

Tints of Emerald #42CA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 18.03%
G = 55.19%
B = 26.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#42CA62 (or 0x42CA62) is known color: Emerald. HEX triplet: 42, CA and 62. RGB value is (66,202,98). Sum of RGB (Red+Green+Blue) = 66+202+98=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA62 is #BD359D. Grayscale: #959595. Windows color (decimal): -12400030 or 6474306. OLE color: 6474306.

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

Color convert

RGB 66 202 98 -
CMYK 0.67 0 0.51 0.21
HSL 134.12º 0.56% 0.53% -
HSV(B) 134.12º 0.67% 0.79% -
XYZ 25.57 44.28 18.75 -
YUV 149.48 98.94 68.46 -
System Red Green Blue C M Y K H S L
Decimal 66 202 98 0.67 0 0.51 0.21 134.12 0.56 0.53
Hex 42 CA 62 43 0 33 15 86 38 35
Octal 102 312 142 103 0 63 25 206 70 65
Binary 1000010 11001010 1100010 1000011 0 110011 10101 10000110 111000 110101

Color Harmonies of #42CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA62

Black with #42CA62

Text Example


Text Example

White with #42CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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