Html Css Color HEX #42CA87 Emerald

📋 copy color: '#42CA87'

red 66 ◦ green 202 ◦ blue 135

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

Shades of Emerald #42CA87

Tints of Emerald #42CA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 16.38%
G = 50.12%
B = 33.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#42CA87 (or 0x42CA87) is known color: Emerald. HEX triplet: 42, CA and 87. RGB value is (66,202,135). Sum of RGB (Red+Green+Blue) = 66+202+135=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA87 is #BD3578. Grayscale: #999999. Windows color (decimal): -12399993 or 8899138. OLE color: 8899138.

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

Color convert

RGB 66 202 135 -
CMYK 0.67 0 0.33 0.21
HSL 150.44º 0.56% 0.53% -
HSV(B) 150.44º 0.67% 0.79% -
XYZ 27.74 45.15 30.17 -
YUV 153.7 117.44 65.45 -
System Red Green Blue C M Y K H S L
Decimal 66 202 135 0.67 0 0.33 0.21 150.44 0.56 0.53
Hex 42 CA 87 43 0 21 15 96 38 35
Octal 102 312 207 103 0 41 25 226 70 65
Binary 1000010 11001010 10000111 1000011 0 100001 10101 10010110 111000 110101

Color Harmonies of #42CA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA87

Black with #42CA87

Text Example


Text Example

White with #42CA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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