Html Css Color HEX #41D48A Shamrock

📋 copy color: '#41D48A'

red 65 ◦ green 212 ◦ blue 138

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

Shades of Shamrock #41D48A

Tints of Shamrock #41D48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.08%

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 15.66%
G = 51.08%
B = 33.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#41D48A (or 0x41D48A) is known color: Shamrock. HEX triplet: 41, D4 and 8A. RGB value is (65,212,138). Sum of RGB (Red+Green+Blue) = 65+212+138=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #41D48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D48A is #BE2B75. Grayscale: #9F9F9F. Windows color (decimal): -12462966 or 9098305. OLE color: 9098305.

HSL color Cylindrical-coordinate representation of color #41D48A: hue angle of 149.8º degrees, saturation: 0.63, 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 #41D48A is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 212 138 -
CMYK 0.69 0 0.35 0.17
HSL 149.8º 0.63% 0.54% -
HSV(B) 149.8º 0.69% 0.83% -
XYZ 30.31 50.05 32.11 -
YUV 159.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 65 212 138 0.69 0 0.35 0.17 149.8 0.63 0.54
Hex 41 D4 8A 45 0 23 11 96 3F 36
Octal 101 324 212 105 0 43 21 226 77 66
Binary 1000001 11010100 10001010 1000101 0 100011 10001 10010110 111111 110110

Color Harmonies of #41D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D48A

Black with #41D48A

Text Example


Text Example

White with #41D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,212,138); }

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

background-color css

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

 a { background-color: rgb(65,212,138); }

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

border-color css

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

 span { border-color: rgb(65,212,138); }

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