Html Css Color HEX #42EA68 Emerald

📋 copy color: '#42EA68'

red 66 ◦ green 234 ◦ blue 104

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

Shades of Emerald #42EA68

Tints of Emerald #42EA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.92%

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 16.34%
G = 57.92%
B = 25.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#42EA68 (or 0x42EA68) is known color: Emerald. HEX triplet: 42, EA and 68. RGB value is (66,234,104). Sum of RGB (Red+Green+Blue) = 66+234+104=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA68 is #BD1597. Grayscale: #A9A9A9. Windows color (decimal): -12391832 or 6875714. OLE color: 6875714.

HSL color Cylindrical-coordinate representation of color #42EA68: hue angle of 133.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA68 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 104 -
CMYK 0.72 0 0.56 0.08
HSL 133.57º 0.8% 0.59% -
HSV(B) 133.57º 0.72% 0.92% -
XYZ 34.17 61 23.07 -
YUV 168.95 91.34 54.57 -
System Red Green Blue C M Y K H S L
Decimal 66 234 104 0.72 0 0.56 0.08 133.57 0.8 0.59
Hex 42 EA 68 48 0 38 8 86 50 3B
Octal 102 352 150 110 0 70 10 206 120 73
Binary 1000010 11101010 1101000 1001000 0 111000 1000 10000110 1010000 111011

Color Harmonies of #42EA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA68

Black with #42EA68

Text Example


Text Example

White with #42EA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,234,104); }

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

background-color css

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

 a { background-color: rgb(66,234,104); }

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

border-color css

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

 span { border-color: rgb(66,234,104); }

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