Html Css Color HEX #42D261 Emerald

📋 copy color: '#42D261'

red 66 ◦ green 210 ◦ blue 97

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

Shades of Emerald #42D261

Tints of Emerald #42D261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 17.69%
G = 56.3%
B = 26.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#42D261 (or 0x42D261) is known color: Emerald. HEX triplet: 42, D2 and 61. RGB value is (66,210,97). Sum of RGB (Red+Green+Blue) = 66+210+97=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #42D261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D261 is #BD2D9E. Grayscale: #9A9A9A. Windows color (decimal): -12397983 or 6410818. OLE color: 6410818.

HSL color Cylindrical-coordinate representation of color #42D261: hue angle of 132.92º 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 #42D261 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 97 -
CMYK 0.69 0 0.54 0.18
HSL 132.92º 0.62% 0.54% -
HSV(B) 132.92º 0.69% 0.82% -
XYZ 27.45 48.11 19.15 -
YUV 154.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 66 210 97 0.69 0 0.54 0.18 132.92 0.62 0.54
Hex 42 D2 61 45 0 36 12 85 3E 36
Octal 102 322 141 105 0 66 22 205 76 66
Binary 1000010 11010010 1100001 1000101 0 110110 10010 10000101 111110 110110

Color Harmonies of #42D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D261

Black with #42D261

Text Example


Text Example

White with #42D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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