Html Css Color HEX #41D48B Shamrock

📋 copy color: '#41D48B'

red 65 ◦ green 212 ◦ blue 139

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

Shades of Shamrock #41D48B

Tints of Shamrock #41D48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 15.63%
G = 50.96%
B = 33.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#41D48B (or 0x41D48B) is known color: Shamrock. HEX triplet: 41, D4 and 8B. RGB value is (65,212,139). Sum of RGB (Red+Green+Blue) = 65+212+139=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #41D48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D48B is #BE2B74. Grayscale: #9F9F9F. Windows color (decimal): -12462965 or 9163841. OLE color: 9163841.

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

Color convert

RGB 65 212 139 -
CMYK 0.69 0 0.34 0.17
HSL 150.2º 0.63% 0.54% -
HSV(B) 150.2º 0.69% 0.83% -
XYZ 30.38 50.07 32.49 -
YUV 159.73 116.3 60.44 -
System Red Green Blue C M Y K H S L
Decimal 65 212 139 0.69 0 0.34 0.17 150.2 0.63 0.54
Hex 41 D4 8B 45 0 22 11 96 3F 36
Octal 101 324 213 105 0 42 21 226 77 66
Binary 1000001 11010100 10001011 1000101 0 100010 10001 10010110 111111 110110

Color Harmonies of #41D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D48B

Black with #41D48B

Text Example


Text Example

White with #41D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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