Html Css Color HEX #42D265 Emerald

📋 copy color: '#42D265'

red 66 ◦ green 210 ◦ blue 101

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

Shades of Emerald #42D265

Tints of Emerald #42D265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.7%

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

R = 17.51%
G = 55.7%
B = 26.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#42D265 (or 0x42D265) is known color: Emerald. HEX triplet: 42, D2 and 65. RGB value is (66,210,101). Sum of RGB (Red+Green+Blue) = 66+210+101=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #42D265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D265 is #BD2D9A. Grayscale: #9A9A9A. Windows color (decimal): -12397979 or 6672962. OLE color: 6672962.

HSL color Cylindrical-coordinate representation of color #42D265: hue angle of 134.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D265 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 101 -
CMYK 0.69 0 0.52 0.18
HSL 134.58º 0.62% 0.54% -
HSV(B) 134.58º 0.69% 0.82% -
XYZ 27.64 48.19 20.16 -
YUV 154.52 97.79 64.86 -
System Red Green Blue C M Y K H S L
Decimal 66 210 101 0.69 0 0.52 0.18 134.58 0.62 0.54
Hex 42 D2 65 45 0 34 12 87 3E 36
Octal 102 322 145 105 0 64 22 207 76 66
Binary 1000010 11010010 1100101 1000101 0 110100 10010 10000111 111110 110110

Color Harmonies of #42D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D265

Black with #42D265

Text Example


Text Example

White with #42D265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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