Html Css Color HEX #42C566 Emerald

📋 copy color: '#42C566'

red 66 ◦ green 197 ◦ blue 102

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

Shades of Emerald #42C566

Tints of Emerald #42C566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.97%

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 18.08%
G = 53.97%
B = 27.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#42C566 (or 0x42C566) is known color: Emerald. HEX triplet: 42, C5 and 66. RGB value is (66,197,102). Sum of RGB (Red+Green+Blue) = 66+197+102=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #42C566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C566 is #BD3A99. Grayscale: #939393. Windows color (decimal): -12401306 or 6735170. OLE color: 6735170.

HSL color Cylindrical-coordinate representation of color #42C566: hue angle of 136.49º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C566 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 102 -
CMYK 0.66 0 0.48 0.23
HSL 136.49º 0.53% 0.52% -
HSV(B) 136.49º 0.66% 0.77% -
XYZ 24.61 42.05 19.39 -
YUV 147 102.6 70.22 -
System Red Green Blue C M Y K H S L
Decimal 66 197 102 0.66 0 0.48 0.23 136.49 0.53 0.52
Hex 42 C5 66 42 0 30 17 88 35 34
Octal 102 305 146 102 0 60 27 210 65 64
Binary 1000010 11000101 1100110 1000010 0 110000 10111 10001000 110101 110100

Color Harmonies of #42C566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C566

Black with #42C566

Text Example


Text Example

White with #42C566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,197,102); }

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

background-color css

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

 a { background-color: rgb(66,197,102); }

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

border-color css

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

 span { border-color: rgb(66,197,102); }

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