Html Css Color HEX #42F77C Emerald

📋 copy color: '#42F77C'

red 66 ◦ green 247 ◦ blue 124

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

Shades of Emerald #42F77C

Tints of Emerald #42F77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.52%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 15.1%
G = 56.52%
B = 28.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#42F77C (or 0x42F77C) is known color: Emerald. HEX triplet: 42, F7 and 7C. RGB value is (66,247,124). Sum of RGB (Red+Green+Blue) = 66+247+124=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #42F77C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F77C is #BD0883. Grayscale: #B3B3B3. Windows color (decimal): -12388484 or 8189762. OLE color: 8189762.

HSL color Cylindrical-coordinate representation of color #42F77C: hue angle of 139.23º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F77C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 124 -
CMYK 0.73 0 0.50 0.03
HSL 139.23º 0.92% 0.61% -
HSV(B) 139.23º 0.73% 0.97% -
XYZ 39.15 69.14 30.35 -
YUV 178.86 97.03 47.5 -
System Red Green Blue C M Y K H S L
Decimal 66 247 124 0.73 0 0.50 0.03 139.23 0.92 0.61
Hex 42 F7 7C 49 0 32 3 8B 5C 3D
Octal 102 367 174 111 0 62 3 213 134 75
Binary 1000010 11110111 1111100 1001001 0 110010 11 10001011 1011100 111101

Color Harmonies of #42F77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F77C

Black with #42F77C

Text Example


Text Example

White with #42F77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,247,124); }

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

background-color css

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

 a { background-color: rgb(66,247,124); }

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

border-color css

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

 span { border-color: rgb(66,247,124); }

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