Html Css Color HEX #42F37F Emerald

📋 copy color: '#42F37F'

red 66 ◦ green 243 ◦ blue 127

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

Shades of Emerald #42F37F

Tints of Emerald #42F37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 15.14%
G = 55.73%
B = 29.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#42F37F (or 0x42F37F) is known color: Emerald. HEX triplet: 42, F3 and 7F. RGB value is (66,243,127). Sum of RGB (Red+Green+Blue) = 66+243+127=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #42F37F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F37F is #BD0C80. Grayscale: #B1B1B1. Windows color (decimal): -12389505 or 8385346. OLE color: 8385346.

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

Color convert

RGB 66 243 127 -
CMYK 0.73 0 0.48 0.05
HSL 140.68º 0.88% 0.61% -
HSV(B) 140.68º 0.73% 0.95% -
XYZ 38.13 66.79 30.96 -
YUV 176.85 99.86 48.93 -
System Red Green Blue C M Y K H S L
Decimal 66 243 127 0.73 0 0.48 0.05 140.68 0.88 0.61
Hex 42 F3 7F 49 0 30 5 8D 58 3D
Octal 102 363 177 111 0 60 5 215 130 75
Binary 1000010 11110011 1111111 1001001 0 110000 101 10001101 1011000 111101

Color Harmonies of #42F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F37F

Black with #42F37F

Text Example


Text Example

White with #42F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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