Html Css Color HEX #42E565 Emerald

📋 copy color: '#42E565'

red 66 ◦ green 229 ◦ blue 101

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

Shades of Emerald #42E565

Tints of Emerald #42E565

RGB

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

 GREEN value IS 229 (89.84% from 255) = 57.83%

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 16.67%
G = 57.83%
B = 25.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#42E565 (or 0x42E565) is known color: Emerald. HEX triplet: 42, E5 and 65. RGB value is (66,229,101). Sum of RGB (Red+Green+Blue) = 66+229+101=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #42E565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E565 is #BD1A9A. Grayscale: #A6A6A6. Windows color (decimal): -12393115 or 6677826. OLE color: 6677826.

HSL color Cylindrical-coordinate representation of color #42E565: hue angle of 132.88º degrees, saturation: 0.76, 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 #42E565 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 101 -
CMYK 0.71 0 0.56 0.10
HSL 132.88º 0.76% 0.58% -
HSV(B) 132.88º 0.71% 0.9% -
XYZ 32.62 58.14 21.81 -
YUV 165.67 91.5 56.91 -
System Red Green Blue C M Y K H S L
Decimal 66 229 101 0.71 0 0.56 0.10 132.88 0.76 0.58
Hex 42 E5 65 47 0 38 A 85 4C 3A
Octal 102 345 145 107 0 70 12 205 114 72
Binary 1000010 11100101 1100101 1000111 0 111000 1010 10000101 1001100 111010

Color Harmonies of #42E565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E565

Black with #42E565

Text Example


Text Example

White with #42E565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,229,101); }

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

background-color css

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

 a { background-color: rgb(66,229,101); }

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

border-color css

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

 span { border-color: rgb(66,229,101); }

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