Html Css Color HEX #41D85C Emerald

📋 copy color: '#41D85C'

red 65 ◦ green 216 ◦ blue 92

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

Shades of Emerald #41D85C

Tints of Emerald #41D85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 17.43%
G = 57.91%
B = 24.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#41D85C (or 0x41D85C) is known color: Emerald. HEX triplet: 41, D8 and 5C. RGB value is (65,216,92). Sum of RGB (Red+Green+Blue) = 65+216+92=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #41D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D85C is #BE27A3. Grayscale: #9D9D9D. Windows color (decimal): -12461988 or 6084673. OLE color: 6084673.

HSL color Cylindrical-coordinate representation of color #41D85C: hue angle of 130.73º 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 #41D85C is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 92 -
CMYK 0.70 0 0.57 0.15
HSL 130.73º 0.66% 0.55% -
HSV(B) 130.73º 0.7% 0.85% -
XYZ 28.67 51.01 18.46 -
YUV 156.72 91.47 62.58 -
System Red Green Blue C M Y K H S L
Decimal 65 216 92 0.70 0 0.57 0.15 130.73 0.66 0.55
Hex 41 D8 5C 46 0 39 F 83 42 37
Octal 101 330 134 106 0 71 17 203 102 67
Binary 1000001 11011000 1011100 1000110 0 111001 1111 10000011 1000010 110111

Color Harmonies of #41D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D85C

Black with #41D85C

Text Example


Text Example

White with #41D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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