Html Css Color HEX #42F173 Emerald

📋 copy color: '#42F173'

red 66 ◦ green 241 ◦ blue 115

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

Shades of Emerald #42F173

Tints of Emerald #42F173

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.11%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 15.64%
G = 57.11%
B = 27.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#42F173 (or 0x42F173) is known color: Emerald. HEX triplet: 42, F1 and 73. RGB value is (66,241,115). Sum of RGB (Red+Green+Blue) = 66+241+115=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #42F173 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F173 is #BD0E8C. Grayscale: #AEAEAE. Windows color (decimal): -12390029 or 7598402. OLE color: 7598402.

HSL color Cylindrical-coordinate representation of color #42F173: hue angle of 136.8º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F173 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 115 -
CMYK 0.73 0 0.52 0.05
HSL 136.8º 0.86% 0.6% -
HSV(B) 136.8º 0.73% 0.95% -
XYZ 36.8 65.31 26.89 -
YUV 174.31 94.52 50.75 -
System Red Green Blue C M Y K H S L
Decimal 66 241 115 0.73 0 0.52 0.05 136.8 0.86 0.6
Hex 42 F1 73 49 0 34 5 89 56 3C
Octal 102 361 163 111 0 64 5 211 126 74
Binary 1000010 11110001 1110011 1001001 0 110100 101 10001001 1010110 111100

Color Harmonies of #42F173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F173

Black with #42F173

Text Example


Text Example

White with #42F173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,115); }

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

background-color css

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

 a { background-color: rgb(66,241,115); }

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

border-color css

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

 span { border-color: rgb(66,241,115); }

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