Html Css Color HEX #41D75D Emerald

📋 copy color: '#41D75D'

red 65 ◦ green 215 ◦ blue 93

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

Shades of Emerald #41D75D

Tints of Emerald #41D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.64%

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 17.43%
G = 57.64%
B = 24.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#41D75D (or 0x41D75D) is known color: Emerald. HEX triplet: 41, D7 and 5D. RGB value is (65,215,93). Sum of RGB (Red+Green+Blue) = 65+215+93=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #41D75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D75D is #BE28A2. Grayscale: #9C9C9C. Windows color (decimal): -12462243 or 6149953. OLE color: 6149953.

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

Color convert

RGB 65 215 93 -
CMYK 0.70 0 0.57 0.16
HSL 131.2º 0.65% 0.55% -
HSV(B) 131.2º 0.7% 0.84% -
XYZ 28.46 50.52 18.61 -
YUV 156.24 92.31 62.92 -
System Red Green Blue C M Y K H S L
Decimal 65 215 93 0.70 0 0.57 0.16 131.2 0.65 0.55
Hex 41 D7 5D 46 0 39 10 83 41 37
Octal 101 327 135 106 0 71 20 203 101 67
Binary 1000001 11010111 1011101 1000110 0 111001 10000 10000011 1000001 110111

Color Harmonies of #41D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D75D

Black with #41D75D

Text Example


Text Example

White with #41D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,215,93); }

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

background-color css

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

 a { background-color: rgb(65,215,93); }

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

border-color css

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

 span { border-color: rgb(65,215,93); }

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