Html Css Color HEX #42C963 Emerald

📋 copy color: '#42C963'

red 66 ◦ green 201 ◦ blue 99

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

Shades of Emerald #42C963

Tints of Emerald #42C963

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.92%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 18.03%
G = 54.92%
B = 27.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#42C963 (or 0x42C963) is known color: Emerald. HEX triplet: 42, C9 and 63. RGB value is (66,201,99). Sum of RGB (Red+Green+Blue) = 66+201+99=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #42C963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C963 is #BD369C. Grayscale: #959595. Windows color (decimal): -12400285 or 6539586. OLE color: 6539586.

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

Color convert

RGB 66 201 99 -
CMYK 0.67 0 0.51 0.21
HSL 134.67º 0.56% 0.52% -
HSV(B) 134.67º 0.67% 0.79% -
XYZ 25.39 43.83 18.93 -
YUV 149.01 99.77 68.79 -
System Red Green Blue C M Y K H S L
Decimal 66 201 99 0.67 0 0.51 0.21 134.67 0.56 0.52
Hex 42 C9 63 43 0 33 15 87 38 34
Octal 102 311 143 103 0 63 25 207 70 64
Binary 1000010 11001001 1100011 1000011 0 110011 10101 10000111 111000 110100

Color Harmonies of #42C963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C963

Black with #42C963

Text Example


Text Example

White with #42C963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,99); }

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

background-color css

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

 a { background-color: rgb(66,201,99); }

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

border-color css

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

 span { border-color: rgb(66,201,99); }

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