Html Css Color HEX #42E65F Emerald

📋 copy color: '#42E65F'

red 66 ◦ green 230 ◦ blue 95

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

Shades of Emerald #42E65F

Tints of Emerald #42E65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.82%

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 16.88%
G = 58.82%
B = 24.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#42E65F (or 0x42E65F) is known color: Emerald. HEX triplet: 42, E6 and 5F. RGB value is (66,230,95). Sum of RGB (Red+Green+Blue) = 66+230+95=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #42E65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E65F is #BD19A0. Grayscale: #A5A5A5. Windows color (decimal): -12392865 or 6284866. OLE color: 6284866.

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

Color convert

RGB 66 230 95 -
CMYK 0.71 0 0.59 0.10
HSL 130.61º 0.77% 0.58% -
HSV(B) 130.61º 0.71% 0.9% -
XYZ 32.61 58.58 20.41 -
YUV 165.57 88.17 56.98 -
System Red Green Blue C M Y K H S L
Decimal 66 230 95 0.71 0 0.59 0.10 130.61 0.77 0.58
Hex 42 E6 5F 47 0 3B A 83 4D 3A
Octal 102 346 137 107 0 73 12 203 115 72
Binary 1000010 11100110 1011111 1000111 0 111011 1010 10000011 1001101 111010

Color Harmonies of #42E65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E65F

Black with #42E65F

Text Example


Text Example

White with #42E65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,230,95); }

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

background-color css

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

 a { background-color: rgb(66,230,95); }

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

border-color css

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

 span { border-color: rgb(66,230,95); }

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