Html Css Color HEX #42F376 Emerald

📋 copy color: '#42F376'

red 66 ◦ green 243 ◦ blue 118

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

Shades of Emerald #42F376

Tints of Emerald #42F376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.91%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 15.46%
G = 56.91%
B = 27.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#42F376 (or 0x42F376) is known color: Emerald. HEX triplet: 42, F3 and 76. RGB value is (66,243,118). Sum of RGB (Red+Green+Blue) = 66+243+118=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #42F376 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F376 is #BD0C89. Grayscale: #B0B0B0. Windows color (decimal): -12389514 or 7795522. OLE color: 7795522.

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

Color convert

RGB 66 243 118 -
CMYK 0.73 0 0.51 0.05
HSL 137.63º 0.88% 0.61% -
HSV(B) 137.63º 0.73% 0.95% -
XYZ 37.57 66.57 28.01 -
YUV 175.83 95.36 49.66 -
System Red Green Blue C M Y K H S L
Decimal 66 243 118 0.73 0 0.51 0.05 137.63 0.88 0.61
Hex 42 F3 76 49 0 33 5 8A 58 3D
Octal 102 363 166 111 0 63 5 212 130 75
Binary 1000010 11110011 1110110 1001001 0 110011 101 10001010 1011000 111101

Color Harmonies of #42F376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F376

Black with #42F376

Text Example


Text Example

White with #42F376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,243,118); }

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

background-color css

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

 a { background-color: rgb(66,243,118); }

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

border-color css

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

 span { border-color: rgb(66,243,118); }

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