Html Css Color HEX #42EF6B Emerald

📋 copy color: '#42EF6B'

red 66 ◦ green 239 ◦ blue 107

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

Shades of Emerald #42EF6B

Tints of Emerald #42EF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.01%

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 16.02%
G = 58.01%
B = 25.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#42EF6B (or 0x42EF6B) is known color: Emerald. HEX triplet: 42, EF and 6B. RGB value is (66,239,107). Sum of RGB (Red+Green+Blue) = 66+239+107=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EF6B is #BD1094. Grayscale: #ACACAC. Windows color (decimal): -12390549 or 7073602. OLE color: 7073602.

HSL color Cylindrical-coordinate representation of color #42EF6B: hue angle of 134.22º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EF6B is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 107 -
CMYK 0.72 0 0.55 0.06
HSL 134.22º 0.84% 0.6% -
HSV(B) 134.22º 0.72% 0.94% -
XYZ 35.77 63.95 24.37 -
YUV 172.23 91.19 52.23 -
System Red Green Blue C M Y K H S L
Decimal 66 239 107 0.72 0 0.55 0.06 134.22 0.84 0.6
Hex 42 EF 6B 48 0 37 6 86 54 3C
Octal 102 357 153 110 0 67 6 206 124 74
Binary 1000010 11101111 1101011 1001000 0 110111 110 10000110 1010100 111100

Color Harmonies of #42EF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF6B

Black with #42EF6B

Text Example


Text Example

White with #42EF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,107); }

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

background-color css

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

 a { background-color: rgb(66,239,107); }

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

border-color css

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

 span { border-color: rgb(66,239,107); }

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