Html Css Color HEX #42F184 Emerald

📋 copy color: '#42F184'

red 66 ◦ green 241 ◦ blue 132

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

Shades of Emerald #42F184

Tints of Emerald #42F184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 15.03%
G = 54.9%
B = 30.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#42F184 (or 0x42F184) is known color: Emerald. HEX triplet: 42, F1 and 84. RGB value is (66,241,132). Sum of RGB (Red+Green+Blue) = 66+241+132=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #42F184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F184 is #BD0E7B. Grayscale: #B0B0B0. Windows color (decimal): -12390012 or 8712514. OLE color: 8712514.

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

Color convert

RGB 66 241 132 -
CMYK 0.73 0 0.45 0.05
HSL 142.63º 0.86% 0.6% -
HSV(B) 142.63º 0.73% 0.95% -
XYZ 37.87 65.73 32.52 -
YUV 176.25 103.02 49.36 -
System Red Green Blue C M Y K H S L
Decimal 66 241 132 0.73 0 0.45 0.05 142.63 0.86 0.6
Hex 42 F1 84 49 0 2D 5 8F 56 3C
Octal 102 361 204 111 0 55 5 217 126 74
Binary 1000010 11110001 10000100 1001001 0 101101 101 10001111 1010110 111100

Color Harmonies of #42F184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F184

Black with #42F184

Text Example


Text Example

White with #42F184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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