Html Css Color HEX #42E75D Emerald

📋 copy color: '#42E75D'

red 66 ◦ green 231 ◦ blue 93

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

Shades of Emerald #42E75D

Tints of Emerald #42E75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 59.23%

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 16.92%
G = 59.23%
B = 23.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#42E75D (or 0x42E75D) is known color: Emerald. HEX triplet: 42, E7 and 5D. RGB value is (66,231,93). Sum of RGB (Red+Green+Blue) = 66+231+93=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #42E75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E75D is #BD18A2. Grayscale: #A6A6A6. Windows color (decimal): -12392611 or 6154050. OLE color: 6154050.

HSL color Cylindrical-coordinate representation of color #42E75D: hue angle of 129.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E75D is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 93 -
CMYK 0.71 0 0.60 0.09
HSL 129.82º 0.77% 0.58% -
HSV(B) 129.82º 0.71% 0.91% -
XYZ 32.8 59.1 20.03 -
YUV 165.93 86.84 56.72 -
System Red Green Blue C M Y K H S L
Decimal 66 231 93 0.71 0 0.60 0.09 129.82 0.77 0.58
Hex 42 E7 5D 47 0 3C 9 82 4D 3A
Octal 102 347 135 107 0 74 11 202 115 72
Binary 1000010 11100111 1011101 1000111 0 111100 1001 10000010 1001101 111010

Color Harmonies of #42E75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E75D

Black with #42E75D

Text Example


Text Example

White with #42E75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,231,93); }

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

background-color css

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

 a { background-color: rgb(66,231,93); }

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

border-color css

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

 span { border-color: rgb(66,231,93); }

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