Html Css Color HEX #42CA65 Emerald

📋 copy color: '#42CA65'

red 66 ◦ green 202 ◦ blue 101

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

Shades of Emerald #42CA65

Tints of Emerald #42CA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 17.89%
G = 54.74%
B = 27.37%

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

#42CA65 (or 0x42CA65) is known color: Emerald. HEX triplet: 42, CA and 65. RGB value is (66,202,101). Sum of RGB (Red+Green+Blue) = 66+202+101=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA65 is #BD359A. Grayscale: #969696. Windows color (decimal): -12400027 or 6670914. OLE color: 6670914.

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

Color convert

RGB 66 202 101 -
CMYK 0.67 0 0.50 0.21
HSL 135.44º 0.56% 0.53% -
HSV(B) 135.44º 0.67% 0.79% -
XYZ 25.72 44.34 19.51 -
YUV 149.82 100.44 68.21 -
System Red Green Blue C M Y K H S L
Decimal 66 202 101 0.67 0 0.50 0.21 135.44 0.56 0.53
Hex 42 CA 65 43 0 32 15 87 38 35
Octal 102 312 145 103 0 62 25 207 70 65
Binary 1000010 11001010 1100101 1000011 0 110010 10101 10000111 111000 110101

Color Harmonies of #42CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA65

Black with #42CA65

Text Example


Text Example

White with #42CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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