Html Css Color HEX #42C661 Emerald

📋 copy color: '#42C661'

red 66 ◦ green 198 ◦ blue 97

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

Shades of Emerald #42C661

Tints of Emerald #42C661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.85%

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

R = 18.28%
G = 54.85%
B = 26.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#42C661 (or 0x42C661) is known color: Emerald. HEX triplet: 42, C6 and 61. RGB value is (66,198,97). Sum of RGB (Red+Green+Blue) = 66+198+97=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #42C661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C661 is #BD399E. Grayscale: #939393. Windows color (decimal): -12401055 or 6407746. OLE color: 6407746.

HSL color Cylindrical-coordinate representation of color #42C661: hue angle of 134.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C661 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 97 -
CMYK 0.67 0 0.51 0.22
HSL 134.09º 0.54% 0.52% -
HSV(B) 134.09º 0.67% 0.78% -
XYZ 24.6 42.41 18.2 -
YUV 147.02 99.77 70.21 -
System Red Green Blue C M Y K H S L
Decimal 66 198 97 0.67 0 0.51 0.22 134.09 0.54 0.52
Hex 42 C6 61 43 0 33 16 86 36 34
Octal 102 306 141 103 0 63 26 206 66 64
Binary 1000010 11000110 1100001 1000011 0 110011 10110 10000110 110110 110100

Color Harmonies of #42C661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C661

Black with #42C661

Text Example


Text Example

White with #42C661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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