Html Css Color HEX #42F189 Emerald

📋 copy color: '#42F189'

red 66 ◦ green 241 ◦ blue 137

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

Shades of Emerald #42F189

Tints of Emerald #42F189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 14.86%
G = 54.28%
B = 30.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#42F189 (or 0x42F189) is known color: Emerald. HEX triplet: 42, F1 and 89. RGB value is (66,241,137). Sum of RGB (Red+Green+Blue) = 66+241+137=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #42F189 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F189 is #BD0E76. Grayscale: #B1B1B1. Windows color (decimal): -12390007 or 9040194. OLE color: 9040194.

HSL color Cylindrical-coordinate representation of color #42F189: hue angle of 144.34º 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 #42F189 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 137 -
CMYK 0.73 0 0.43 0.05
HSL 144.34º 0.86% 0.6% -
HSV(B) 144.34º 0.73% 0.95% -
XYZ 38.22 65.87 34.37 -
YUV 176.82 105.52 48.96 -
System Red Green Blue C M Y K H S L
Decimal 66 241 137 0.73 0 0.43 0.05 144.34 0.86 0.6
Hex 42 F1 89 49 0 2B 5 90 56 3C
Octal 102 361 211 111 0 53 5 220 126 74
Binary 1000010 11110001 10001001 1001001 0 101011 101 10010000 1010110 111100

Color Harmonies of #42F189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F189

Black with #42F189

Text Example


Text Example

White with #42F189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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