Html Css Color HEX #42C964 Emerald

📋 copy color: '#42C964'

red 66 ◦ green 201 ◦ blue 100

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

Shades of Emerald #42C964

Tints of Emerald #42C964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 17.98%
G = 54.77%
B = 27.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#42C964 (or 0x42C964) is known color: Emerald. HEX triplet: 42, C9 and 64. RGB value is (66,201,100). Sum of RGB (Red+Green+Blue) = 66+201+100=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #42C964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C964 is #BD369B. Grayscale: #959595. Windows color (decimal): -12400284 or 6605122. OLE color: 6605122.

HSL color Cylindrical-coordinate representation of color #42C964: hue angle of 135.11º 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 #42C964 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 100 -
CMYK 0.67 0 0.50 0.21
HSL 135.11º 0.56% 0.52% -
HSV(B) 135.11º 0.67% 0.79% -
XYZ 25.43 43.85 19.18 -
YUV 149.12 100.27 68.71 -
System Red Green Blue C M Y K H S L
Decimal 66 201 100 0.67 0 0.50 0.21 135.11 0.56 0.52
Hex 42 C9 64 43 0 32 15 87 38 34
Octal 102 311 144 103 0 62 25 207 70 64
Binary 1000010 11001001 1100100 1000011 0 110010 10101 10000111 111000 110100

Color Harmonies of #42C964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C964

Black with #42C964

Text Example


Text Example

White with #42C964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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