Html Css Color HEX #42CB86 Emerald

📋 copy color: '#42CB86'

red 66 ◦ green 203 ◦ blue 134

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

Shades of Emerald #42CB86

Tints of Emerald #42CB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 16.38%
G = 50.37%
B = 33.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#42CB86 (or 0x42CB86) is known color: Emerald. HEX triplet: 42, CB and 86. RGB value is (66,203,134). Sum of RGB (Red+Green+Blue) = 66+203+134=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB86 is #BD3479. Grayscale: #9A9A9A. Windows color (decimal): -12399738 or 8833858. OLE color: 8833858.

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

Color convert

RGB 66 203 134 -
CMYK 0.67 0 0.34 0.20
HSL 149.78º 0.57% 0.53% -
HSV(B) 149.78º 0.67% 0.8% -
XYZ 27.91 45.59 29.88 -
YUV 154.17 116.61 65.11 -
System Red Green Blue C M Y K H S L
Decimal 66 203 134 0.67 0 0.34 0.20 149.78 0.57 0.53
Hex 42 CB 86 43 0 22 14 96 39 35
Octal 102 313 206 103 0 42 24 226 71 65
Binary 1000010 11001011 10000110 1000011 0 100010 10100 10010110 111001 110101

Color Harmonies of #42CB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB86

Black with #42CB86

Text Example


Text Example

White with #42CB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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