Html Css Color HEX #42CA5E Emerald

📋 copy color: '#42CA5E'

red 66 ◦ green 202 ◦ blue 94

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

Shades of Emerald #42CA5E

Tints of Emerald #42CA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 18.23%
G = 55.8%
B = 25.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#42CA5E (or 0x42CA5E) is known color: Emerald. HEX triplet: 42, CA and 5E. RGB value is (66,202,94). Sum of RGB (Red+Green+Blue) = 66+202+94=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA5E is #BD35A1. Grayscale: #959595. Windows color (decimal): -12400034 or 6212162. OLE color: 6212162.

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

Color convert

RGB 66 202 94 -
CMYK 0.67 0 0.53 0.21
HSL 132.35º 0.56% 0.53% -
HSV(B) 132.35º 0.67% 0.79% -
XYZ 25.39 44.21 17.78 -
YUV 149.02 96.94 68.78 -
System Red Green Blue C M Y K H S L
Decimal 66 202 94 0.67 0 0.53 0.21 132.35 0.56 0.53
Hex 42 CA 5E 43 0 35 15 84 38 35
Octal 102 312 136 103 0 65 25 204 70 65
Binary 1000010 11001010 1011110 1000011 0 110101 10101 10000100 111000 110101

Color Harmonies of #42CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA5E

Black with #42CA5E

Text Example


Text Example

White with #42CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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