Html Css Color HEX #41CA70 Emerald

📋 copy color: '#41CA70'

red 65 ◦ green 202 ◦ blue 112

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

Shades of Emerald #41CA70

Tints of Emerald #41CA70

RGB

 RED value IS 65 (25.78% from 255) = 17.15%

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 17.15%
G = 53.3%
B = 29.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#41CA70 (or 0x41CA70) is known color: Emerald. HEX triplet: 41, CA and 70. RGB value is (65,202,112). Sum of RGB (Red+Green+Blue) = 65+202+112=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA70 is #BE358F. Grayscale: #979797. Windows color (decimal): -12465552 or 7391809. OLE color: 7391809.

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

Color convert

RGB 65 202 112 -
CMYK 0.68 0 0.45 0.21
HSL 140.58º 0.56% 0.52% -
HSV(B) 140.58º 0.68% 0.79% -
XYZ 26.23 44.53 22.54 -
YUV 150.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 65 202 112 0.68 0 0.45 0.21 140.58 0.56 0.52
Hex 41 CA 70 44 0 2D 15 8D 38 34
Octal 101 312 160 104 0 55 25 215 70 64
Binary 1000001 11001010 1110000 1000100 0 101101 10101 10001101 111000 110100

Color Harmonies of #41CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA70

Black with #41CA70

Text Example


Text Example

White with #41CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41CA70; }

 p { color: rgb(65,202,112); }

 H1.HeaderClassName
 {
   color: #41CA70;
 }
 .AnyTagClassName
 {
   color: #41CA70;
 }
</style>

background-color css

<style>
 a { background-color: #41CA70; }

 a { background-color: rgb(65,202,112); }

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

border-color css

<style>
 span { border-color: #41CA70; }

 span { border-color: rgb(65,202,112); }

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