Html Css Color HEX #42CB87 Emerald

📋 copy color: '#42CB87'

red 66 ◦ green 203 ◦ blue 135

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

Shades of Emerald #42CB87

Tints of Emerald #42CB87

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.25%

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

R = 16.34%
G = 50.25%
B = 33.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#42CB87 (or 0x42CB87) is known color: Emerald. HEX triplet: 42, CB and 87. RGB value is (66,203,135). Sum of RGB (Red+Green+Blue) = 66+203+135=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB87 is #BD3478. Grayscale: #9A9A9A. Windows color (decimal): -12399737 or 8899394. OLE color: 8899394.

HSL color Cylindrical-coordinate representation of color #42CB87: hue angle of 150.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB87 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 135 -
CMYK 0.67 0 0.33 0.20
HSL 150.22º 0.57% 0.53% -
HSV(B) 150.22º 0.67% 0.8% -
XYZ 27.98 45.62 30.25 -
YUV 154.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 66 203 135 0.67 0 0.33 0.20 150.22 0.57 0.53
Hex 42 CB 87 43 0 21 14 96 39 35
Octal 102 313 207 103 0 41 24 226 71 65
Binary 1000010 11001011 10000111 1000011 0 100001 10100 10010110 111001 110101

Color Harmonies of #42CB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB87

Black with #42CB87

Text Example


Text Example

White with #42CB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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