Html Css Color HEX #41D885 Emerald

📋 copy color: '#41D885'

red 65 ◦ green 216 ◦ blue 133

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

Shades of Emerald #41D885

Tints of Emerald #41D885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.17%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 15.7%
G = 52.17%
B = 32.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#41D885 (or 0x41D885) is known color: Emerald. HEX triplet: 41, D8 and 85. RGB value is (65,216,133). Sum of RGB (Red+Green+Blue) = 65+216+133=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #41D885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D885 is #BE277A. Grayscale: #A1A1A1. Windows color (decimal): -12461947 or 8771649. OLE color: 8771649.

HSL color Cylindrical-coordinate representation of color #41D885: hue angle of 147.02º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D885 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 133 -
CMYK 0.70 0 0.38 0.15
HSL 147.02º 0.66% 0.55% -
HSV(B) 147.02º 0.7% 0.85% -
XYZ 30.97 51.93 30.58 -
YUV 161.39 111.97 59.25 -
System Red Green Blue C M Y K H S L
Decimal 65 216 133 0.70 0 0.38 0.15 147.02 0.66 0.55
Hex 41 D8 85 46 0 26 F 93 42 37
Octal 101 330 205 106 0 46 17 223 102 67
Binary 1000001 11011000 10000101 1000110 0 100110 1111 10010011 1000010 110111

Color Harmonies of #41D885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D885

Black with #41D885

Text Example


Text Example

White with #41D885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,216,133); }

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

background-color css

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

 a { background-color: rgb(65,216,133); }

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

border-color css

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

 span { border-color: rgb(65,216,133); }

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