Html Css Color HEX #42FA84 Emerald

📋 copy color: '#42FA84'

red 66 ◦ green 250 ◦ blue 132

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

Shades of Emerald #42FA84

Tints of Emerald #42FA84

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.8%

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

R = 14.73%
G = 55.8%
B = 29.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#42FA84 (or 0x42FA84) is known color: Emerald. HEX triplet: 42, FA and 84. RGB value is (66,250,132). Sum of RGB (Red+Green+Blue) = 66+250+132=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FA84 is #BD057B. Grayscale: #B5B5B5. Windows color (decimal): -12387708 or 8714818. OLE color: 8714818.

HSL color Cylindrical-coordinate representation of color #42FA84: hue angle of 141.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA84 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 132 -
CMYK 0.74 0 0.47 0.02
HSL 141.52º 0.95% 0.62% -
HSV(B) 141.52º 0.74% 0.98% -
XYZ 40.6 71.2 33.43 -
YUV 181.53 100.04 45.59 -
System Red Green Blue C M Y K H S L
Decimal 66 250 132 0.74 0 0.47 0.02 141.52 0.95 0.62
Hex 42 FA 84 4A 0 2F 2 8E 5F 3E
Octal 102 372 204 112 0 57 2 216 137 76
Binary 1000010 11111010 10000100 1001010 0 101111 10 10001110 1011111 111110

Color Harmonies of #42FA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA84

Black with #42FA84

Text Example


Text Example

White with #42FA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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