Html Css Color HEX #42D565 Emerald

📋 copy color: '#42D565'

red 66 ◦ green 213 ◦ blue 101

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

Shades of Emerald #42D565

Tints of Emerald #42D565

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.05%

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

R = 17.37%
G = 56.05%
B = 26.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#42D565 (or 0x42D565) is known color: Emerald. HEX triplet: 42, D5 and 65. RGB value is (66,213,101). Sum of RGB (Red+Green+Blue) = 66+213+101=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #42D565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D565 is #BD2A9A. Grayscale: #9C9C9C. Windows color (decimal): -12397211 or 6673730. OLE color: 6673730.

HSL color Cylindrical-coordinate representation of color #42D565: hue angle of 134.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D565 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 101 -
CMYK 0.69 0 0.53 0.16
HSL 134.29º 0.64% 0.55% -
HSV(B) 134.29º 0.69% 0.84% -
XYZ 28.39 49.69 20.41 -
YUV 156.28 96.8 63.61 -
System Red Green Blue C M Y K H S L
Decimal 66 213 101 0.69 0 0.53 0.16 134.29 0.64 0.55
Hex 42 D5 65 45 0 35 10 86 40 37
Octal 102 325 145 105 0 65 20 206 100 67
Binary 1000010 11010101 1100101 1000101 0 110101 10000 10000110 1000000 110111

Color Harmonies of #42D565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D565

Black with #42D565

Text Example


Text Example

White with #42D565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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