Html Css Color HEX #41D38D Shamrock

📋 copy color: '#41D38D'

red 65 ◦ green 211 ◦ blue 141

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

Shades of Shamrock #41D38D

Tints of Shamrock #41D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 15.59%
G = 50.6%
B = 33.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#41D38D (or 0x41D38D) is known color: Shamrock. HEX triplet: 41, D3 and 8D. RGB value is (65,211,141). Sum of RGB (Red+Green+Blue) = 65+211+141=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #41D38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D38D is #BE2C72. Grayscale: #9F9F9F. Windows color (decimal): -12463219 or 9294657. OLE color: 9294657.

HSL color Cylindrical-coordinate representation of color #41D38D: hue angle of 151.23º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D38D is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 211 141 -
CMYK 0.69 0 0.33 0.17
HSL 151.23º 0.62% 0.54% -
HSV(B) 151.23º 0.69% 0.83% -
XYZ 30.28 49.64 33.18 -
YUV 159.37 117.63 60.69 -
System Red Green Blue C M Y K H S L
Decimal 65 211 141 0.69 0 0.33 0.17 151.23 0.62 0.54
Hex 41 D3 8D 45 0 21 11 97 3E 36
Octal 101 323 215 105 0 41 21 227 76 66
Binary 1000001 11010011 10001101 1000101 0 100001 10001 10010111 111110 110110

Color Harmonies of #41D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D38D

Black with #41D38D

Text Example


Text Example

White with #41D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,211,141); }

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

background-color css

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

 a { background-color: rgb(65,211,141); }

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

border-color css

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

 span { border-color: rgb(65,211,141); }

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