Html Css Color HEX #41BE98 Shamrock

📋 copy color: '#41BE98'

red 65 ◦ green 190 ◦ blue 152

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

Shades of Shamrock #41BE98

Tints of Shamrock #41BE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 15.97%
G = 46.68%
B = 37.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#41BE98 (or 0x41BE98) is known color: Shamrock. HEX triplet: 41, BE and 98. RGB value is (65,190,152). Sum of RGB (Red+Green+Blue) = 65+190+152=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BE98 is #BE4167. Grayscale: #949494. Windows color (decimal): -12468584 or 10010177. OLE color: 10010177.

HSL color Cylindrical-coordinate representation of color #41BE98: hue angle of 161.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BE98 is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 152 -
CMYK 0.66 0 0.2 0.25
HSL 161.76º 0.49% 0.5% -
HSV(B) 161.76º 0.66% 0.75% -
XYZ 26.26 40.22 36.08 -
YUV 148.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 65 190 152 0.66 0 0.2 0.25 161.76 0.49 0.5
Hex 41 BE 98 42 0 14 19 A2 31 32
Octal 101 276 230 102 0 24 31 242 61 62
Binary 1000001 10111110 10011000 1000010 0 10100 11001 10100010 110001 110010

Color Harmonies of #41BE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE98

Black with #41BE98

Text Example


Text Example

White with #41BE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,190,152); }

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

background-color css

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

 a { background-color: rgb(65,190,152); }

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

border-color css

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

 span { border-color: rgb(65,190,152); }

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