Html Css Color HEX #42ED85 Emerald

📋 copy color: '#42ED85'

red 66 ◦ green 237 ◦ blue 133

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

Shades of Emerald #42ED85

Tints of Emerald #42ED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.36%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 15.14%
G = 54.36%
B = 30.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#42ED85 (or 0x42ED85) is known color: Emerald. HEX triplet: 42, ED and 85. RGB value is (66,237,133). Sum of RGB (Red+Green+Blue) = 66+237+133=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED85 is #BD127A. Grayscale: #AEAEAE. Windows color (decimal): -12391035 or 8777026. OLE color: 8777026.

HSL color Cylindrical-coordinate representation of color #42ED85: hue angle of 143.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ED85 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 133 -
CMYK 0.72 0 0.44 0.07
HSL 143.51º 0.83% 0.59% -
HSV(B) 143.51º 0.72% 0.93% -
XYZ 36.76 63.42 32.49 -
YUV 174.02 104.85 50.96 -
System Red Green Blue C M Y K H S L
Decimal 66 237 133 0.72 0 0.44 0.07 143.51 0.83 0.59
Hex 42 ED 85 48 0 2C 7 90 53 3B
Octal 102 355 205 110 0 54 7 220 123 73
Binary 1000010 11101101 10000101 1001000 0 101100 111 10010000 1010011 111011

Color Harmonies of #42ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED85

Black with #42ED85

Text Example


Text Example

White with #42ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,237,133); }

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

background-color css

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

 a { background-color: rgb(66,237,133); }

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

border-color css

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

 span { border-color: rgb(66,237,133); }

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