Html Css Color HEX #41F380 Emerald

📋 copy color: '#41F380'

red 65 ◦ green 243 ◦ blue 128

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

Shades of Emerald #41F380

Tints of Emerald #41F380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.73%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 14.91%
G = 55.73%
B = 29.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#41F380 (or 0x41F380) is known color: Emerald. HEX triplet: 41, F3 and 80. RGB value is (65,243,128). Sum of RGB (Red+Green+Blue) = 65+243+128=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #41F380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F380 is #BE0C7F. Grayscale: #B0B0B0. Windows color (decimal): -12455040 or 8450881. OLE color: 8450881.

HSL color Cylindrical-coordinate representation of color #41F380: hue angle of 141.24º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F380 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 243 128 -
CMYK 0.73 0 0.47 0.05
HSL 141.24º 0.88% 0.6% -
HSV(B) 141.24º 0.73% 0.95% -
XYZ 38.13 66.78 31.3 -
YUV 176.67 100.53 48.35 -
System Red Green Blue C M Y K H S L
Decimal 65 243 128 0.73 0 0.47 0.05 141.24 0.88 0.6
Hex 41 F3 80 49 0 2F 5 8D 58 3C
Octal 101 363 200 111 0 57 5 215 130 74
Binary 1000001 11110011 10000000 1001001 0 101111 101 10001101 1011000 111100

Color Harmonies of #41F380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F380

Black with #41F380

Text Example


Text Example

White with #41F380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,243,128); }

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

background-color css

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

 a { background-color: rgb(65,243,128); }

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

border-color css

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

 span { border-color: rgb(65,243,128); }

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