Html Css Color HEX #42C569 Emerald

📋 copy color: '#42C569'

red 66 ◦ green 197 ◦ blue 105

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

Shades of Emerald #42C569

Tints of Emerald #42C569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 17.93%
G = 53.53%
B = 28.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#42C569 (or 0x42C569) is known color: Emerald. HEX triplet: 42, C5 and 69. RGB value is (66,197,105). Sum of RGB (Red+Green+Blue) = 66+197+105=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #42C569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C569 is #BD3A96. Grayscale: #939393. Windows color (decimal): -12401303 or 6931778. OLE color: 6931778.

HSL color Cylindrical-coordinate representation of color #42C569: hue angle of 137.86º 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 #42C569 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 105 -
CMYK 0.66 0 0.47 0.23
HSL 137.86º 0.53% 0.52% -
HSV(B) 137.86º 0.66% 0.77% -
XYZ 24.76 42.11 20.19 -
YUV 147.34 104.1 69.98 -
System Red Green Blue C M Y K H S L
Decimal 66 197 105 0.66 0 0.47 0.23 137.86 0.53 0.52
Hex 42 C5 69 42 0 2F 17 8A 35 34
Octal 102 305 151 102 0 57 27 212 65 64
Binary 1000010 11000101 1101001 1000010 0 101111 10111 10001010 110101 110100

Color Harmonies of #42C569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C569

Black with #42C569

Text Example


Text Example

White with #42C569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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