Html Css Color HEX #41BE8C Shamrock

📋 copy color: '#41BE8C'

red 65 ◦ green 190 ◦ blue 140

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

Shades of Shamrock #41BE8C

Tints of Shamrock #41BE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 16.46%
G = 48.1%
B = 35.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#41BE8C (or 0x41BE8C) is known color: Shamrock. HEX triplet: 41, BE and 8C. RGB value is (65,190,140). Sum of RGB (Red+Green+Blue) = 65+190+140=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BE8C is #BE4173. Grayscale: #939393. Windows color (decimal): -12468596 or 9223745. OLE color: 9223745.

HSL color Cylindrical-coordinate representation of color #41BE8C: hue angle of 156º 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 #41BE8C is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 140 -
CMYK 0.66 0 0.26 0.25
HSL 156º 0.49% 0.5% -
HSV(B) 156º 0.66% 0.75% -
XYZ 25.33 39.84 31.17 -
YUV 146.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 65 190 140 0.66 0 0.26 0.25 156 0.49 0.5
Hex 41 BE 8C 42 0 1A 19 9C 31 32
Octal 101 276 214 102 0 32 31 234 61 62
Binary 1000001 10111110 10001100 1000010 0 11010 11001 10011100 110001 110010

Color Harmonies of #41BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE8C

Black with #41BE8C

Text Example


Text Example

White with #41BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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