Html Css Color HEX #42CA6B Emerald

📋 copy color: '#42CA6B'

red 66 ◦ green 202 ◦ blue 107

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

Shades of Emerald #42CA6B

Tints of Emerald #42CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.87%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 17.6%
G = 53.87%
B = 28.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#42CA6B (or 0x42CA6B) is known color: Emerald. HEX triplet: 42, CA and 6B. RGB value is (66,202,107). Sum of RGB (Red+Green+Blue) = 66+202+107=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA6B is #BD3594. Grayscale: #969696. Windows color (decimal): -12400021 or 7064130. OLE color: 7064130.

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

Color convert

RGB 66 202 107 -
CMYK 0.67 0 0.47 0.21
HSL 138.09º 0.56% 0.53% -
HSV(B) 138.09º 0.67% 0.79% -
XYZ 26.02 44.46 21.12 -
YUV 150.51 103.44 67.72 -
System Red Green Blue C M Y K H S L
Decimal 66 202 107 0.67 0 0.47 0.21 138.09 0.56 0.53
Hex 42 CA 6B 43 0 2F 15 8A 38 35
Octal 102 312 153 103 0 57 25 212 70 65
Binary 1000010 11001010 1101011 1000011 0 101111 10101 10001010 111000 110101

Color Harmonies of #42CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA6B

Black with #42CA6B

Text Example


Text Example

White with #42CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,107); }

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

background-color css

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

 a { background-color: rgb(66,202,107); }

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

border-color css

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

 span { border-color: rgb(66,202,107); }

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