Html Css Color HEX #41D685 Emerald

📋 copy color: '#41D685'

red 65 ◦ green 214 ◦ blue 133

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

Shades of Emerald #41D685

Tints of Emerald #41D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.94%

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

R = 15.78%
G = 51.94%
B = 32.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#41D685 (or 0x41D685) is known color: Emerald. HEX triplet: 41, D6 and 85. RGB value is (65,214,133). Sum of RGB (Red+Green+Blue) = 65+214+133=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #41D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D685 is #BE297A. Grayscale: #A0A0A0. Windows color (decimal): -12462459 or 8771137. OLE color: 8771137.

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

Color convert

RGB 65 214 133 -
CMYK 0.70 0 0.38 0.16
HSL 147.38º 0.65% 0.55% -
HSV(B) 147.38º 0.7% 0.84% -
XYZ 30.46 50.91 30.41 -
YUV 160.22 112.64 60.09 -
System Red Green Blue C M Y K H S L
Decimal 65 214 133 0.70 0 0.38 0.16 147.38 0.65 0.55
Hex 41 D6 85 46 0 26 10 93 41 37
Octal 101 326 205 106 0 46 20 223 101 67
Binary 1000001 11010110 10000101 1000110 0 100110 10000 10010011 1000001 110111

Color Harmonies of #41D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D685

Black with #41D685

Text Example


Text Example

White with #41D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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