Html Css Color HEX #42EE6F Emerald

📋 copy color: '#42EE6F'

red 66 ◦ green 238 ◦ blue 111

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

Shades of Emerald #42EE6F

Tints of Emerald #42EE6F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.35%

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 15.9%
G = 57.35%
B = 26.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#42EE6F (or 0x42EE6F) is known color: Emerald. HEX triplet: 42, EE and 6F. RGB value is (66,238,111). Sum of RGB (Red+Green+Blue) = 66+238+111=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 238 (93.36% from 255 or 57.35% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EE6F is #BD1190. Grayscale: #ACACAC. Windows color (decimal): -12390801 or 7335490. OLE color: 7335490.

HSL color Cylindrical-coordinate representation of color #42EE6F: hue angle of 135.7º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EE6F is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 111 -
CMYK 0.72 0 0.53 0.07
HSL 135.7º 0.83% 0.6% -
HSV(B) 135.7º 0.72% 0.93% -
XYZ 35.69 63.46 25.41 -
YUV 172.09 93.52 52.33 -
System Red Green Blue C M Y K H S L
Decimal 66 238 111 0.72 0 0.53 0.07 135.7 0.83 0.6
Hex 42 EE 6F 48 0 35 7 88 53 3C
Octal 102 356 157 110 0 65 7 210 123 74
Binary 1000010 11101110 1101111 1001000 0 110101 111 10001000 1010011 111100

Color Harmonies of #42EE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EE6F

Black with #42EE6F

Text Example


Text Example

White with #42EE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,111); }

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

background-color css

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

 a { background-color: rgb(66,238,111); }

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

border-color css

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

 span { border-color: rgb(66,238,111); }

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